platform module problem when frozen?

Gabriel Rossetti gabriel.rossetti at arimaz.com
Wed Dec 16 07:42:14 EST 2009


Hello everyone,

I am having problems with the platform module when being run from a 
frozen program (py2exe). It imports it fine, but it gives me the 
following error :

'module' object does not contain attribute 'platform' when I do this :

platform.platfom()

Does platform have a problem with being called when in a frozen program 
or does it do some stuff behind the scenes that py2exe doesn't pickup?

Thank you,
Gabriel



More information about the Python-list mailing list