py2exe and dynamic modules

Peter Hansen peter at engcorp.com
Mon Jun 9 21:41:27 EDT 2003


"Uwe C. Schroeder" wrote:
> 
> my test is
> 
> import sys
> sys.path.append('c:\\documents and settings\\ucs\\ibcache\\modules')
> try:
>         __import__('wecgla')
> except:
>         raise
> 
> print 'OK'
> 
> this is python 2.2.1 on win2k

I was actually on Python 2.0 on Win98, but tomorrow I'll try 
Python 2.2 on 98.  (I'll be even more likely to remember if
you'll email me offline. ;-)  Can you try with c:\temp instead
of the longer path and make sure that still fails?

I have access to a WinXP machine as well, in case it all works
fine under 98 but not XP.

-Peter




More information about the Python-list mailing list