Again: gadfly + py2exe HELP really needed

Richard Jones rjones at ekit-inc.com
Sun May 26 18:42:23 EDT 2002


On Sun, 26 May 2002 19:21, Max wrote:
> Hi everybody. Excuse me for bothering again with an old question... but i
> still can't solve my problem.
> The problem is that i can't make a windows exe (with py2exe 0.3.3) because
> the exe form of the program (wich runs perfectly under interpreter) exits
> when i try to ask:
>
> mydb = gadfly.gadfly()

Sorry, I have no clues about py2exe. I don't have a windows machine to test 
py2exe on.

Have you examined the imports using "python -v"?

Have you contacted the py2exe author?


> I supposed the problem could be some module not imported automatically by
> py2exe, but i tried many modules (md5, marshal, string, re (sre, pre),
> types, socket, select) with NO success at all!
> py2exe, however, gives me the following error:
>
> copying C:\Python22\lib\site-packages\gadfly\kjbuckets.pyd ->
> dist\SMPNotaMain

Try not including the kjbuckets C module. It is optional - it gives a speedup 
but if you can get gadfly working without it, that's a start!


    Richard






More information about the Python-list mailing list