Discussion:
[Py2exe-users] Fwd: Python 3.4 Service Py2exe AttributeError
Martin Lapointe
2016-03-04 20:16:20 UTC
Permalink
Hi all,
If someone can help me it can be realy greate ;)


Currently i try to create a service with python with this code find on this
mail list.
Building exe work find
When i try to lunch exe i have this error
______
Traceback (most recent call last):
File "boot_service.py", line 37, in <module>
AttributeError: 'module' object has no attribute 'Initialize'
______

I dont have an idea of why is not working. i have joint source code.

Thank for any help
P.S Sorry for english i try my best


Python 3.4 Service Py2exe AttributeError

Loading...