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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to