Author Topic: customized qube submit tool got importError  (Read 5149 times)

vvdoogy

  • Jr. Member
  • **
  • Posts: 3
customized qube submit tool got importError
« 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 ?

vvdoogy

  • Jr. Member
  • **
  • Posts: 3
Re: customized qube submit tool got importError
« Reply #1 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

vvdoogy

  • Jr. Member
  • **
  • Posts: 3
Re: customized qube submit tool got importError
« Reply #2 on: April 08, 2009, 10:11:07 PM »
Solved. :)