Forum >> Programmazione Python >> Scripting >> Myfile.app py2app

Pagina: 1

Buon giorno,
mi sono appena iscritto a questo forum, saluto tutti.

Sto studiando Python , ho installato Python3.4.2 nel mio Mac lion OS10.7, mi sono bloccato quando ho cercato di rendere eseguibile un file . Ho scaricato ed installato py2app , dopo lo script del file setup.py è stata creata la cartella /dist dove appare il Myfile.app ma questo aprendolo dà errore per cui, ho pensato che i due Python, quello già presente nel Mac ver 2.7 ed il nuovo vers 3.4 siano in conflitto, qualcuno mi può cortesemente dare la corretta procedura , grazie mille Adriano



questo è quello che appare quando lancio python setup.py p2app


.........................................

stripping saved 0 bytes (11578928 / 1157892 8)

Modules not found (unconditional imports):

* _weakref.CallableProxyType (_weakrefset)

* _weakref.ProxyType (_weakrefset)

* _weakref.ReferenceType (_weakrefset)

* _weakref.getweakrefcount (_weakrefset)

* _weakref.getweakrefs (_weakrefset)

* _weakref.proxy (_weakrefset)

* errno.EINVAL (distutils.spawn)

* errno.ENOENT (distutils.spawn)

* java.System (java.lang)

* nt._getfullpathname (os)

* nt._isdir (os)

* org (copy, org.python.core)

* org.PyStringMap (org.python)

* org.python (copy, pickle)

* org.python.core (pickle)

* org.python.core.PyStringMap (copy)

* pwd.getpwnam (distutils.util)

* sys.py3kwarning (pkg_resources)

* thread._local (logging)

* thread.allocate_lock (logging)

* thread.get_ident (logging)

* thread.stack_size (logging)




Modules not found (conditional imports):

* _md5 (hashlib)

* _sha (hashlib)

* _sha256 (hashlib)

* _sha512 (hashlib)

* importlib._bootstrap (pkg_resources)

* java (platform)

* java.lang (platform)

* riscospath (os)

* urllib.parse (pkg_resources)




Done!



--- Ultima modifica di adriano13 in data 2015-04-07 11:52:46 ---


--- Ultima modifica di adriano13 in data 2015-04-07 15:00:35 ---

--- Ultima modifica di adriano13 in data 2015-04-07 15:01:21 ---

--- Ultima modifica di adriano13 in data 2015-04-07 15:03:35 ---
adriano fontanive said @ 2015-04-07 11:47:12:
Buon giorno,
mi sono appena iscritto a questo forum, saluto tutti.

Sto studiando Python , ho installato Python3.4.2 nel mio Mac lion OS10.7, mi sono bloccato quando ho cercato di rendere eseguibile un file . Ho scaricato ed installato py2app , dopo lo script del file setup.py è stata creata la cartella /dist dove appare il Myfile.app ma questo aprendolo dà errore per cui, ho pensato che i due Python, quello già presente nel Mac ver 2.7 ed il nuovo vers 3.4 siano in conflitto, qualcuno mi può cortesemente dare la corretta procedura , grazie mille Adriano

questo è quello che appare quando lancio python setup.py p2app

.........................................

stripping saved 0 bytes (11578928 / 1157892 8)

Modules not found (unconditional imports):

* _weakref.CallableProxyType (_weakrefset)

* _weakref.ProxyType (_weakrefset)

* _weakref.ReferenceType (_weakrefset)

* _weakref.getweakrefcount (_weakrefset)

* _weakref.getweakrefs (_weakrefset)

* _weakref.proxy (_weakrefset)

* errno.EINVAL (distutils.spawn)

* errno.ENOENT (distutils.spawn)

* java.System (java.lang)

* nt._getfullpathname (os)

* nt._isdir (os)

* org (copy, org.python.core)

* org.PyStringMap (org.python)

* org.python (copy, pickle)

* org.python.core (pickle)

* org.python.core.PyStringMap (copy)

* pwd.getpwnam (distutils.util)

* sys.py3kwarning (pkg_resources)

* thread._local (logging)

* thread.allocate_lock (logging)

* thread.get_ident (logging)

* thread.stack_size (logging)




Modules not found (conditional imports):

* _md5 (hashlib)

* _sha (hashlib)

* _sha256 (hashlib)

* _sha512 (hashlib)

* importlib._bootstrap (pkg_resources)

* java (platform)

* java.lang (platform)

* riscospath (os)

* urllib.parse (pkg_resources)




Done!



--- Ultima modifica di adriano13 in data 2015-04-07 11:52:46 ---


--- Ultima modifica di adriano13 in data 2015-04-07 15:00:35 ---

--- Ultima modifica di adriano13 in data 2015-04-07 15:01:21 ---

--- Ultima modifica di adriano13 in data 2015-04-07 15:03:35 ---


Pagina: 1



Esegui il login per scrivere una risposta.