PipelineFX Forum

Qube! => Developer Customization => Topic started by: vvdoogy on April 08, 2009, 07:17:03 PM

Title: customized qube submit tool got importError
Post by: vvdoogy on April 08, 2009, 07:17:03 PM
Hi everyone,

I made qube submit tool by python.
During compiling by py2exe, there was no error.
But when I running that, I got following error.

Code: [Select]
Traceback (most recent call last):
  File "FinalQubeSubmit_v001.py", line 8, in <module>
  File "qb\__init__.pyc", line 25, in <module>
  File "<string>", line 1, in <module>
ImportError: No module named _qb25

Any idea ?
Title: Re: customized qube submit tool got importError
Post by: vvdoogy on April 08, 2009, 09:17:40 PM
another thing came up...

Code: [Select]
Traceback (most recent call last):
  File "FinalQubeSubmit_v001.py", line 8, in <module>
  File "qb\__init__.pyc", line 25, in <module>
    :Compatibility:
  File "<string>", line 1, in <module>
ImportError: No module named _qb25
Title: Re: customized qube submit tool got importError
Post by: vvdoogy on April 08, 2009, 10:11:07 PM
Solved. :)