Bug 505753 - The application DrPython isnt starting because of a missing directory or file
Summary: The application DrPython isnt starting because of a missing directory or file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: drpython
Version: 11
Hardware: i586
OS: Linux
low
medium
Target Milestone: ---
Assignee: Marc Wiriadisastra
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-13 14:56 UTC by Fabian
Modified: 2009-06-24 19:39 UTC (History)
1 user (show)

Fixed In Version: 3.11.0-5.fc11
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-24 19:39:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fabian 2009-06-13 14:56:39 UTC
Description of problem:

DrPython isnt starting. When I try to open it in the bash it tells me:
@localhost ~]$ drpython
/usr/bin/drpython: line 3: /usr/lib/python2.5/site-packages/drpython/drpython.py: No such file or directory

Version-Release number of selected component (if applicable):
Epoch      : 1
Version    : 3.11.0
Release    : 4.fc11

How reproducible:


Steps to Reproduce:
1.install the programm via kpackagekit or yum
2.open a bash and type "drpython" in order to open the programm
3.
  
Actual results:
/usr/bin/drpython: line 3: /usr/lib/python2.5/site-packages/drpython/drpython.py: No such file or directory

Expected results:
The application should start and display the IDE

Additional info:
I'm using Fedora 11 with KDE 4.2

Comment 1 Marc Wiriadisastra 2009-06-13 15:34:37 UTC
Thanks for this it's basically because python2.5 should be python2.6. I'll update the package in the next couple of days but if you want it fixed straight away just edit the /usr/bin/drpython file and change it manually.

Comment 2 Fabian 2009-06-13 16:42:25 UTC
(In reply to comment #1)
> Thanks for this it's basically because python2.5 should be python2.6. I'll
> update the package in the next couple of days but if you want it fixed straight
> away just edit the /usr/bin/drpython file and change it manually.  

Thank you, I did that and it works. It just gives me some deprecation warning like:
/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14450: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn("wxPython/wxWidgets release number mismatch")
/usr/lib/python2.6/site-packages/drpython/drNotebook.py:93: DeprecationWarning: <function SetSashBorder at 0xa46417c> is deprecated

Comment 3 Marc Wiriadisastra 2009-06-13 23:53:25 UTC
Ignore the deprecation the reason why it shows up is because it hasn't been updated to python 2.6.

Comment 4 Fedora Update System 2009-06-14 02:59:19 UTC
drpython-3.11.0-5.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/drpython-3.11.0-5.fc11

Comment 5 Fedora Update System 2009-06-16 02:42:41 UTC
drpython-3.11.0-5.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update drpython'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-6475

Comment 6 Fedora Update System 2009-06-24 19:39:42 UTC
drpython-3.11.0-5.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.