Mike Mabey wrote:
> Nate:
> http://www.ece.usu.edu/files/setup.py

A *quick* glance at that seems to check out. Now, how are you calling 
setup.py? Here's my buildwin script:

       1 del /q dist
       2 rmdir /s /q dist
       3
       4 rem --> must be --bundle 3 for pywincomm to work...
       5 python -OO setup.py py2exe --bundle 3
       6 rem python -OO setup.py py2exe
       7
       8 copy 
c:\python25\lib\site-packages\wx-2.8-msw-unicode\wx\MSVCP71.dll dist
       9 copy 
c:\python25\lib\site-packages\wx-2.8-msw-unicode\wx\gdiplus.dll dist
      10 copy c:\windows\system32\mfc71.dll dist
      11
      12 iscc setup.iss


Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to