"python exe" and "py plugins"
Ahmad Baitalmal
ahmad at bitbuilder.com
Wed Nov 19 14:40:52 EST 2003
More information about the Python-list mailing list
Wed Nov 19 14:40:52 EST 2003
- Previous message (by thread): "python exe" and "py plugins"
- Next message (by thread): "python exe" and "py plugins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
marco wrote: > great ! it works with dynamic import ( __import__() )! > it's a lot better than an execfile ... > > "Marc Boeren" <M.Boeren at guidance.nl> a écrit dans le message de news: > mailman.826.1069158322.702.python-list at python.org... I'm a bit lost, I'm trying to do the same thing withe BitLeaf (www.bitbuilder.com/bitleaf). I put all my pulgins in a folder named "services", then when the application loads it looks in that folder for any subfolders that have __init__.py in them (packages, that's how I plan to distribute the plugins). That works fine in linux or uncompiled on windows, but with py2exe, it can't find the "services" folder. My question is, should I keep going down that road or is there a "correct" way of handling plugins in python that I'm not aware of? Thx
- Previous message (by thread): "python exe" and "py plugins"
- Next message (by thread): "python exe" and "py plugins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list