On 10/13/10 6:46 AM, Carey Gagnon wrote: > Being a python noob it seems to me the main failure is the import error for > wx\_core_.pyd, which to me would mean that py2exe isn't including this at > compile time and the reason it works on the 2 machines is because python is > installed on them. > > Am I on the right track?
Yes I think you are on the right track. I think it is including python (because you are getting a traceback after all) but it isn't including wx. 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]
