mamboitaliano21 / subdownloader

Automatically exported from code.google.com/p/subdownloader
0 stars 0 forks source link

Error ocurred when openning #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Opening the program
2.
3.

What is the expected output? What do you see instead?
A warning windows that says:
"Errors ocurred
See the logfile: "-..." for details

What version of the product are you using? On what operating system?
1.2.9

Please provide any additional information below.
This is what the logfile shows:
Traceback (most recent call last):
  File "SubDownloader.py", line 396, in ?
  File "wx\_core.pyo", line 7748, in __init__
  File "wx\_core.pyo", line 7345, in _BootstrapApp
  File "SubDownloader.py", line 383, in OnInit
  File "SubDownloaderFrame.pyo", line 123, in __init__
  File "SubDownloaderFrame.pyo", line 190, in __do_layout
  File "PanelDownload.pyo", line 45, in __init__
  File "extra\CustomTreeCtrl\CustomTreeCtrl.pyo", line 1795, in __init__
  File "wx\_gdi.pyo", line 114, in __init__
OverflowError: in method 'new_Colour', expected argument 3 of type 'byte'
Traceback (most recent call last):
  File "SubDownloader.py", line 396, in ?
  File "wx\_core.pyo", line 7748, in __init__
  File "wx\_core.pyo", line 7345, in _BootstrapApp
  File "SubDownloader.py", line 383, in OnInit
  File "SubDownloaderFrame.pyo", line 123, in __init__
  File "SubDownloaderFrame.pyo", line 190, in __do_layout
  File "PanelDownload.pyo", line 45, in __init__
  File "extra\CustomTreeCtrl\CustomTreeCtrl.pyo", line 1795, in __init__
  File "wx\_gdi.pyo", line 114, in __init__
OverflowError: in method 'new_Colour', expected argument 3 of type 'byte'
Traceback (most recent call last):
  File "SubDownloader.py", line 396, in ?
  File "wx\_core.pyo", line 7748, in __init__
  File "wx\_core.pyo", line 7345, in _BootstrapApp
  File "SubDownloader.py", line 383, in OnInit
  File "SubDownloaderFrame.pyo", line 123, in __init__
  File "SubDownloaderFrame.pyo", line 190, in __do_layout
  File "PanelDownload.pyo", line 45, in __init__
  File "extra\CustomTreeCtrl\CustomTreeCtrl.pyo", line 1795, in __init__
  File "wx\_gdi.pyo", line 114, in __init__
OverflowError: in method 'new_Colour', expected argument 3 of type 'byte'

Original issue reported on code.google.com by argae....@gmail.com on 20 May 2008 at 4:28

GoogleCodeExporter commented 9 years ago
This is a wxpython related issue. New version uses pyqt.

Original comment by capiscuas@gmail.com on 12 Jun 2008 at 8:50