eaglexmw / seascope

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

Unable to create new project on Ubuntu 10.10 #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. hg clone https://seascope.googlecode.com/hg/ seascope
2. sudo apt-get install python-qscintilla2
3. cd seascope/src
4. python SeaScop.py

What is the expected output? What do you see instead?

I'm unable to create a new project the button 'folder' and 'add' does not work.

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

Ubuntu 10.10

Original issue reported on code.google.com by gregory....@gmail.com on 1 Mar 2011 at 3:52

GoogleCodeExporter commented 9 years ago
which version of pyQt are you using ?
What is the error message at the terminal ?

Original comment by anil.om...@gmail.com on 3 Mar 2011 at 9:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Sorry for the delay of my answer.

python 2.6
python-qt4 4.7.4-0ubuntu1
python-qscintilla2 2.4.4-0ubuntu1

No message has been displayed on the terminal.

Original comment by gregory....@gmail.com on 8 Mar 2011 at 8:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Without messages in the terminal, it becomes difficult to see if it is pyqt4 
problem.
Can you try syncing up to the latest version of seascope and see if issue still 
exists ?

Try creating the project folder and opening it as existing project.
This will help us find out if it is an issue in project creation code.
(If interested, add some print statements in project-new code)

Original comment by anil.om...@gmail.com on 8 Mar 2011 at 9:05

GoogleCodeExporter commented 9 years ago
Issue seen on debian side too.
python-qscintilla2
Versions: 
2.4.3-1+b1

Original comment by anil.om...@gmail.com on 17 Mar 2011 at 7:13

GoogleCodeExporter commented 9 years ago
I see that File->Preferences -> style selection does not work.
Looks like pyqt upgrade has some problems in these areas.

Original comment by anil.om...@gmail.com on 17 Mar 2011 at 8:17

GoogleCodeExporter commented 9 years ago
Adding missing baseclass __init__ to work well with higher versions of pyqt like
4.8.3

Fixed with revision 433ed3fc0b

Original comment by anil.om...@gmail.com on 19 Mar 2011 at 11:47

GoogleCodeExporter commented 9 years ago

Original comment by anil.om...@gmail.com on 19 Mar 2011 at 11:47

GoogleCodeExporter commented 9 years ago
Perfect, thank you!

Original comment by gregory....@gmail.com on 21 Mar 2011 at 8:44