Hi Steve, I did this before, although I can't remember exactly what the solution was I think you have to fiddle with the setup script to make it copy all the rdflib plugin files as it cannot figure out the dependencies by itself. I'll have a look for my setup.py, and let you know if I find it.
- Gunnar Stephen Waterbury wrote: > RDFLib folks, > > Okay, now that my "rdflib-nosparql" installs and works, > I'm trying to generate an executable for my app > using py2exe, and py2exe seems to be having some trouble > that might be related to the rdflib plugin system. This > is just a guess. My app works fine when I run it from > a command prompt in a dos window, but my executable gives > the following traceback (I edited the first few lines to > simplify, because I had to copy this manually, but the > last lines (beginning at rdflib\Graph) are exact -- anyone > know how to capture a traceback from a windows exe into > a file? the darn dos window doesn't support copying > text, and I'm a windows ignoramus): > > C:\[...]\myapp.exe > Traceback (most recent call last): > File "myapp.py", line 34, in ? > File "app\node\io\owlport.pyc", line 168, in __init__ > File "rdflib\Graph.pyc", line 672, in __init__ > File "rdflib\Graph.pyc", line 235, in __init__ > File "rdblib\plugin.pyc", line 19, in get > ImportError: No module named IOMemory > > Any ideas? > > Thanks! > Steve > _______________________________________________ > Dev mailing list > [email protected] > http://rdflib.net/mailman/listinfo/dev _______________________________________________ Dev mailing list [email protected] http://rdflib.net/mailman/listinfo/dev
