-------
C:\u-904\wubi>python.exe main.py --verbose
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "main.py", line 23, in ?
from wubi.application import Wubi
File "C:\u-904\wubi\lib\wubi\application.py", line 30, in ?
from wubi.backends.win32 import WindowsBackend
File "C:\u-904\wubi\lib\wubi\backends\win32\__init__.py", line 1, in ?
from backend import WindowsBackend
File "C:\u-904\wubi\lib\wubi\backends\win32\backend.py", line 33, in ?
from wubi.backends.common.backend import Backend
File "C:\u-904\wubi\lib\wubi\backends\common\__init__.py", line 1, in ?
from backend import Backend
File "C:\u-904\wubi\lib\wubi\backends\common\backend.py", line 42, in ?
from signature import verify_gpg_signature
File "C:\u-904\wubi\lib\wubi\backends\common\signature.py", line 29, in ?
from openpgp.sap.api import verify_str
File "C:\u-904\wubi\lib\openpgp\sap\api.py", line 49, in ?
import openpgp.sap.crypto as CRYPT
File "C:\u-904\wubi\lib\openpgp\sap\crypto.py", line 48, in ?
log.debug(sys.path)
NameError: name 'log' is not defined
----------
That didn't seem to work, so I tried manually:
--------
C:\u-904\wubi>python -v
Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import Crypto.Util
import Crypto # directory C:\u-904\wubi\lib\Crypto
import Crypto # from C:\u-904\wubi\lib\Crypto\__init__.py
# wrote C:\u-904\wubi\lib\Crypto\__init__.pyc
import Crypto.Util # directory C:\u-904\wubi\lib\Crypto\Util
import Crypto.Util # from C:\u-904\wubi\lib\Crypto\Util\__init__.py
# wrote C:\u-904\wubi\lib\Crypto\Util\__init__.pyc
>>> Crypto.Util.__file__
'C:\\u-904\\wubi\\lib\\Crypto\\Util\\__init__.py'
>>> import Crypto.Util.number
import Crypto.Util.number # from C:\u-904\wubi\lib\Crypto\Util\number.py
# wrote C:\u-904\wubi\lib\Crypto\Util\number.pyc
import Crypto.PublicKey # directory C:\u-904\wubi\lib\Crypto\PublicKey
import Crypto.PublicKey # from C:\u-904\wubi\lib\Crypto\PublicKey\__init__.py
# wrote C:\u-904\wubi\lib\Crypto\PublicKey\__init__.pyc
import struct # builtin
>>> Crypto.Util.number.__file__
'C:\\u-904\\wubi\\lib\\Crypto\\Util\\number.py'
--------
2009/4/24 Agostino Russo <email address hidden>:
> it's actually
>
> import sys
> log.debug(sys.path)
> import Crypto
> log.debug(Crypto.__file__)
> import Crypto.Util
> log.debug(Crypto.Util.__file__)
>
> --
> wubi-r129.exe does nothing.
> https://bugs.launchpad.net/bugs/365501
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Wubi, Windows Ubuntu Installer: Confirmed
>
> Bug description:
> wubi-r129.exe from http://people.ubuntu.com/~evand/wubi/jaunty/
> Windows XP SP3 on Thinkpad r50e
>
> I have used this build of wubi (in fact this exact file!) successfully on two other XP SP3 machines, but when trying it on the Thinkpad it does not appear to do anything.
>
> More specifically, a pylXX.tmp.exe and a pylXX.tmp folder are created in %TEMP% but then the folder is immediately deleted and the process quits.
>
> Note that the wubi GUI never starts, so no wubi logs get created.
>
> I am happy to provide further information, but need pointing in the right direction :-)
> . Is there a way of diagnosing/logging exactly what is happening on this machine?
> . Are there any dependencies for unpacking wubi that may be missing from this machine?
>
> EDIT:
> The thinkpad has C:\IBMTOOLS\Python22 in %path%
> Is this likely to affect the package?
> None of the other machines that it worked successfully on have any python versions.
>
>
------- wubi>python. exe main.py --verbose wubi\lib\ wubi\applicatio n.py", line 30, in ? wubi\lib\ wubi\backends\ win32\_ _init__ .py", line 1, in ? wubi\lib\ wubi\backends\ win32\backend. py", line 33, in ? common. backend import Backend wubi\lib\ wubi\backends\ common\ __init_ _.py", line 1, in ? wubi\lib\ wubi\backends\ common\ backend. py", line 42, in ? gpg_signature wubi\lib\ wubi\backends\ common\ signature. py", line 29, in ? wubi\lib\ openpgp\ sap\api. py", line 49, in ? wubi\lib\ openpgp\ sap\crypto. py", line 48, in ? debug(sys. path)
C:\u-904\
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "main.py", line 23, in ?
from wubi.application import Wubi
File "C:\u-904\
from wubi.backends.win32 import WindowsBackend
File "C:\u-904\
from backend import WindowsBackend
File "C:\u-904\
from wubi.backends.
File "C:\u-904\
from backend import Backend
File "C:\u-904\
from signature import verify_
File "C:\u-904\
from openpgp.sap.api import verify_str
File "C:\u-904\
import openpgp.sap.crypto as CRYPT
File "C:\u-904\
log.
NameError: name 'log' is not defined
----------
That didn't seem to work, so I tried manually:
-------- wubi>python -v
C:\u-904\
Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import Crypto.Util wubi\lib\ Crypto wubi\lib\ Crypto\ __init_ _.py wubi\lib\ Crypto\ __init_ _.pyc wubi\lib\ Crypto\ Util wubi\lib\ Crypto\ Util\__ init__. py wubi\lib\ Crypto\ Util\__ init__. pyc Util.__ file__ 904\\wubi\ \lib\\Crypto\ \Util\\ __init_ _.py'
import Crypto # directory C:\u-904\
import Crypto # from C:\u-904\
# wrote C:\u-904\
import Crypto.Util # directory C:\u-904\
import Crypto.Util # from C:\u-904\
# wrote C:\u-904\
>>> Crypto.
'C:\\u-
>>> import Crypto 904\\wubi\ \lib\\Crypto\ \__init_ _.py'
>>> Crypto.__file__
'C:\\u-
>>> import Crypto.Util.number wubi\lib\ Crypto\ Util\number. py wubi\lib\ Crypto\ Util\number. pyc wubi\lib\ Crypto\ PublicKey wubi\lib\ Crypto\ PublicKey\ __init_ _.py wubi\lib\ Crypto\ PublicKey\ __init_ _.pyc Util.number. __file_ _ 904\\wubi\ \lib\\Crypto\ \Util\\ number. py'
import Crypto.Util.number # from C:\u-904\
# wrote C:\u-904\
import Crypto.PublicKey # directory C:\u-904\
import Crypto.PublicKey # from C:\u-904\
# wrote C:\u-904\
import struct # builtin
>>> Crypto.
'C:\\u-
--------
2009/4/24 Agostino Russo <email address hidden>: Crypto. __file_ _) Crypto. Util.__ file__) /bugs.launchpad .net/bugs/ 365501 people. ubuntu. com/~evand/ wubi/jaunty/ Python22 in %path%
> it's actually
>
> import sys
> log.debug(sys.path)
> import Crypto
> log.debug(
> import Crypto.Util
> log.debug(
>
> --
> wubi-r129.exe does nothing.
> https:/
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Wubi, Windows Ubuntu Installer: Confirmed
>
> Bug description:
> wubi-r129.exe from http://
> Windows XP SP3 on Thinkpad r50e
>
> I have used this build of wubi (in fact this exact file!) successfully on two other XP SP3 machines, but when trying it on the Thinkpad it does not appear to do anything.
>
> More specifically, a pylXX.tmp.exe and a pylXX.tmp folder are created in %TEMP% but then the folder is immediately deleted and the process quits.
>
> Note that the wubi GUI never starts, so no wubi logs get created.
>
> I am happy to provide further information, but need pointing in the right direction :-)
> . Is there a way of diagnosing/logging exactly what is happening on this machine?
> . Are there any dependencies for unpacking wubi that may be missing from this machine?
>
> EDIT:
> The thinkpad has C:\IBMTOOLS\
> Is this likely to affect the package?
> None of the other machines that it worked successfully on have any python versions.
>
>