[Bug 211553] Re: wxPython isn't on path in hardy beta

2009-10-22 Thread Hajex
Hi everyone,
I have hardy 8.04 and I faced the same problem . and I tried different ways and 
editors.
I try to reinstall many times but nothing wor
Finally I tested  same wx code  in shell , IDLE , wings and eclipse ..
the code was working only in eclipse .. please try that ..
I dont find any other solution except switching to eclipse
may be the problem in editor or may be because I choose the interpreter as 
(/usr/bin/python2.5) instead of (/usr/bin/python)
I hope someone else tries and tell me what he get..

Cheers.

** Changed in: wxwidgets2.8 (Ubuntu Hardy)
   Status: Invalid = Confirmed

** Changed in: wxwidgets2.8 (Ubuntu Hardy)
   Status: Confirmed = Invalid

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread Emilio Pozuelo Monfort
I'm re-fixing this issue as installing /usr/lib/python2.X/site-
packages/wx.pth as a regular file makes it impossible for python-
wxgtk2.6 to use the alternatives system to provide the wx python module
when python-wxgtk2.8 isn't installed.

See bug #274619

** Changed in: wxwidgets2.8 (Ubuntu Intrepid)
 Assignee: (unassigned) = Emilio Pozuelo Monfort (pochu)
   Status: Fix Released = Fix Committed

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread David Gaarenstroom
Re-fixing? It has never been fixed for Ubuntu 8.04 Long Time Support and thus 
wxWidgets apps still don't work out-of-the-box and still need the import 
wxversion workaround... Apparently all Hardy supplied wxWidgets applications 
are using this workaround, or else they would not work AFAIK. It is best to use 
the wxWidgets repository for hardy:
deb http://apt.wxwidgets.org/ hardy-wx main

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread Emilio Pozuelo Monfort
David Gaarenstroom wrote:
 Re-fixing?

Yes, in Intrepid.

 It has never been fixed for Ubuntu 8.04 Long Time Support
 and thus wxWidgets apps still don't work out-of-the-box and
 still need the import wxversion workaround...

I'll try to have a look at it

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread Launchpad Bug Tracker
This bug was fixed in the package wxwidgets2.8 - 2.8.8.0-0ubuntu2

---
wxwidgets2.8 (2.8.8.0-0ubuntu2) intrepid; urgency=low

  * debian/python-wxgtk.postinst,
debian/python-wxgtk.prerm,
debian/rules:
- Switch back to update-alternatives for python-wxgtk2.8, so that
  python-wxgtk2.6 can work when python-wxgtk2.8 isn't installed
  (see #274619). Re-fixes lp: #211553.

 -- Emilio Pozuelo Monfort [EMAIL PROTECTED]   Mon, 13 Oct 2008
14:35:07 +0200

** Changed in: wxwidgets2.8 (Ubuntu Intrepid)
   Status: Fix Committed = Fix Released

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread Devid Antonio Filoni
Emilio, can you make a debdiff for hardy? (and thanks for properly
fixing this :) )

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread Emilio Pozuelo Monfort
Ok, I've investigated this a bit in Hardy.

David Gaarenstroom wrote:
 Re-fixing? It has never been fixed for Ubuntu 8.04 Long Time Support
 and thus wxWidgets apps still don't work out-of-the-box and still need
 the import wxversion workaround...

I've just installed python-wxgtk2.8 in a Hardy system (not upgraded from Gutsy)
and importing wx works just fine. So this is not an issue for clean installs
(and you can read that in the bug report too).

 Apparently all Hardy supplied wxWidgets applications are using this
 workaround, or else they would not work AFAIK.

Not really. None of them do (or at least not to workaround this issue). It's in
a few systems where python-wxgtk is broken, and discovering what is causing it
would be a good start (it's not clear to me what's causing it from reading the
report - it's some upgrade issues, but I wonder if it happens for every
gutsy-hardy installation, or for dapper-hardy, or only for people who have
used wxwidgets from wxwidgets.org.

 It is best to use the wxWidgets repository for hardy:
 deb http://apt.wxwidgets.org/ hardy-wx main

That could in fact be the cause of this bug.

AHA!! s/could in fact be/IS/g

I've added that repo to this hardy installation, and upgraded python-wxgtk2.8
(and python-wxversion and libwx{gtk,base}2.8) to the packages from
apt.wxwidgets.org. Importing wx was still working.

Then I've downgraded to the version in Hardy, and it was broken. Why? Because
python-wxgtk2.8 from wxwidgets.org have regular files in
/usr/lib/python2.X/site-packages/wx.pth, but the Ubuntu packages have symlinks
(we need to have it that way to support multiple wx versions).

So I blame wxwidgets.org packages and close the bug as Invalid. Next time think
twice before adding external repositories ;-)

Oh, and reinstalling python-wxversion should fix the issue.

BTW, Devid: I think your debdiff for Hardy was wrong because it would have
'broken' python-wxgtk2.6 (broken as in installing python-wxgtk2.6 provides wx
module, installing your python-wxgtk2.8 provides wx module too, removing
python-wxgtk2.8 no longer provides wx module from python-wxgtk2.6, because it
has removed /usr/lib/python2.X/site-modules/wx.pth which was a regular file in
python-wxgtk2.8).

** Changed in: wxwidgets2.8 (Ubuntu Hardy)
   Importance: Undecided = High
 Assignee: (unassigned) = Emilio Pozuelo Monfort (pochu)
   Status: New = Invalid

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread David Gaarenstroom
Well, I'll try to be polite, but if you could actually take the time to read...
- This bug is not caused by the apt.wxwidgets.org version, it was solve by 
using it, but that repository has nothing to do with this bug report!
- I get this problem when upgrading from gutsy, as well as a clean hardy 
install. When I say clean, I mean clean: out of the box, direct from a 8.04 
live CD installed and apt-get install python-wxgtk2.8.  
- Please unpack the .deb, e.g. from 
http://packages.ubuntu.com/hardy/python-wxgtk2.8, you will see there that it's 
simply not there, postinst:

update-alternatives --install /usr/lib/wx/python/wx.pth  wx.pth \
  /usr/lib/wx/python/wx2.8.pth28

Now YOU point me where it is linking /usr/lib/python2.5/site-
packages/wx.pth to something.

By the way, postinst is using /bin/sh as shell, which for me is
/bin/dash, but that does not seem related.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread David Gaarenstroom
Changing to incomplete, will again reinstall 8.04 live CD to a clean VM
and post my findings

** Changed in: wxwidgets2.8 (Ubuntu Hardy)
   Status: Invalid = Incomplete

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread David Gaarenstroom
Upgrading from gutsy (live-CD based, with python-wxgtk2.8) to hardy seems to 
does have the problem.
Clean hardy (live-CD) (many package installs) then apt-get install 
python-wxgtk2.8 (no other installs before that) does somehow...
Clean hardy (live-CD) then apt-get install python-wxgtk2.8 does not have the 
problem.
Clean hardy (live-CD) apt-get install python-wxgtk2.8 then many package 
installs does not have the problem.

Good enough for me.


** Changed in: wxwidgets2.8 (Ubuntu Hardy)
   Status: Incomplete = Invalid

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 211553] Re: wxPython isn't on path in hardy beta

2008-10-13 Thread Emilio Pozuelo Monfort
David Gaarenstroom wrote:
 - This bug is not caused by the apt.wxwidgets.org version, it was solve by 
 using it,
 but that repository has nothing to do with this bug report!

At least it is related, as I got this bug by upgrading from packages in that
repository to the official packages. But it may be a different issue with the
same consequence.

 - I get this problem when upgrading from gutsy, as well as a clean hardy 
 install.
 When I say clean, I mean clean: out of the box, direct from a 8.04 live CD
 installed and apt-get install python-wxgtk2.8.

I can't reproduce this at all in a Hardy install by installing python-wxgtk2.8,
nor a combination of python-wxgtk2.8 and python-wxgtk2.6. It's not an upgrade
from Gutsy.

I've installed the Gutsy official (from the Ubuntu repositories) packages in
that hardy installation, importing wx worked fine, then upgraded to the Hardy
Ubuntu packages (to test the upgrade scripts) and it was still working fine, and
the symlinks were correct.

 - Please unpack the .deb, e.g. from 
 http://packages.ubuntu.com/hardy/python-wxgtk2.8,
 you will see there that it's simply not there, postinst:
 
 update-alternatives --install /usr/lib/wx/python/wx.pth  wx.pth \
   /usr/lib/wx/python/wx2.8.pth28
 
 Now YOU point me where it is linking /usr/lib/python2.5/site-
 packages/wx.pth to something.

It's in python-wxversion, and python-wxgtk2.8 depends on it.

 
 By the way, postinst is using /bin/sh as shell, which for me is
 /bin/dash, but that does not seem related.
 

It is not.


David Gaarenstroom wrote:
 Upgrading from gutsy (live-CD based, with python-wxgtk2.8)
 to hardy seems to does have the problem.

Weird, I'll have to test a complete install of Gutsy  upgrade to Hardy.
But if you have it at hand, could you let me know the output of these commands?

ls -l /usr/lib/python2.*/site-packages/wx.pth
ls -l /usr/lib/wx/python/
ls -l /etc/alternatives/wx.pth
cat /usr/lib/wx/python/wx2.8.pth
dpkg -l | grep python-wx
apt-cache madison python-wxgtk2.8
apt-cache policy python-wxgtk2.8


 Clean hardy (live-CD) (many package installs) then apt-get
 install python-wxgtk2.8 (no other installs before that) does somehow...
 Clean hardy (live-CD) then apt-get install python-wxgtk2.8
 does not have the problem.
 Clean hardy (live-CD) apt-get install python-wxgtk2.8 then
 many package installs does not have the problem.

Do you mean that if you install python-wxgtk2.8 in a clean install, importing wx
from python works fine, but if you install it after installing lots of packages,
importing wx does not work?

If so, what packages did you install before installing python-wxgtk2.8 to
trigger the problem?

Thanks for your help.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-22 Thread Luca Falavigna
Did you make some tests on packages to see how your change interacts
with them? wxwidgets2.8 is a large library and we should avoid bringing
regressions in a LTS.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-22 Thread Devid Antonio Filoni
Oh, sure. python-wxgtk2.8 also continue to depends on python-wxversion
and this is needed to maintains compatibility.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-14 Thread Luca Falavigna
** Changed in: wxwidgets2.8 (Ubuntu Intrepid)
   Status: Confirmed = Fix Released

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-14 Thread Devid Antonio Filoni
** Changed in: wxwidgets2.8 (Ubuntu Hardy)
   Status: New = Confirmed

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-14 Thread Devid Antonio Filoni
** Changed in: wxwidgets2.8 (Ubuntu Hardy)
   Status: Confirmed = New

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-06 Thread Devid Antonio Filoni
The debdiff for hardy (hardy-proposed). I tested it in my PC ant it
works properly.

** Description changed:

  Binary package hint: python-wxgtk2.8
  
- when I first run python, wx is not on the python path. I can, however,
- import wxversion and use select('2.8') to add it to the path, so I know
- that it is installing correctly. This is running on Hardy, python-wxgtk
- 2.8.7.1-0ubuntu3
+ This bug don't permit to import wx. The bug is in python-wxgtk2.8
+ 2.8.7.1-0ubuntu3 package.
+ 
+ TEST CASE
+ 
+ PROCEDURE:
+ - install python-wxgtk2.8 package
+ - create a test.py file
+ - put in test.py file the following lines:
+ 
+ import wx
+ app = wx.PySimpleApp()
+ frame = wx.Frame(None, wx.ID_ANY, Hello World!)
+ frame.Show(True)
+ app.MainLoop()
+ 
+ - type in terminal python test.py
+   
+ RESULT ON PASS:
+ Should appear a gtk window with Hello World! as title.
+ 
+ RESULT ON FAIL:
+ Terminal will return this error:
+ 
+ Traceback (most recent call last):
+   File test.py, line 1, in module
+ import wx
+ ImportError: No module named wx
+ 
+ END TEST CASE

** Attachment added: wxwidgets2.8_2.8.7.1-0ubuntu3.1.debdiff
   
http://launchpadlibrarian.net/15859488/wxwidgets2.8_2.8.7.1-0ubuntu3.1.debdiff

** Description changed:

  Binary package hint: python-wxgtk2.8
  
  This bug don't permit to import wx. The bug is in python-wxgtk2.8
- 2.8.7.1-0ubuntu3 package.
+ 2.8.7.1-0ubuntu3 package. In ubuntu this bug was fixed using upstream
+ wx.pth and not a generated link.
  
  TEST CASE
  
  PROCEDURE:
  - install python-wxgtk2.8 package
  - create a test.py file
  - put in test.py file the following lines:
  
  import wx
  app = wx.PySimpleApp()
  frame = wx.Frame(None, wx.ID_ANY, Hello World!)
  frame.Show(True)
  app.MainLoop()
  
  - type in terminal python test.py

  RESULT ON PASS:
  Should appear a gtk window with Hello World! as title.
  
  RESULT ON FAIL:
  Terminal will return this error:
  
  Traceback (most recent call last):
File test.py, line 1, in module
  import wx
  ImportError: No module named wx
  
  END TEST CASE

** Description changed:

  Binary package hint: python-wxgtk2.8
  
  This bug don't permit to import wx. The bug is in python-wxgtk2.8
- 2.8.7.1-0ubuntu3 package. In ubuntu this bug was fixed using upstream
+ 2.8.7.1-0ubuntu3 package. In intrepid this bug was fixed using upstream
  wx.pth and not a generated link.
  
  TEST CASE
  
  PROCEDURE:
  - install python-wxgtk2.8 package
  - create a test.py file
  - put in test.py file the following lines:
  
  import wx
  app = wx.PySimpleApp()
  frame = wx.Frame(None, wx.ID_ANY, Hello World!)
  frame.Show(True)
  app.MainLoop()
  
  - type in terminal python test.py

  RESULT ON PASS:
  Should appear a gtk window with Hello World! as title.
  
  RESULT ON FAIL:
  Terminal will return this error:
  
  Traceback (most recent call last):
File test.py, line 1, in module
  import wx
  ImportError: No module named wx
  
  END TEST CASE

** Description changed:

  Binary package hint: python-wxgtk2.8
  
  This bug don't permit to import wx. The bug is in python-wxgtk2.8
  2.8.7.1-0ubuntu3 package. In intrepid this bug was fixed using upstream
- wx.pth and not a generated link.
+ wx.pth and not a generated link. This SRU only edits how debian/rules
+ manage the wx.pth files, so there is no a regression in it.
  
  TEST CASE
  
  PROCEDURE:
  - install python-wxgtk2.8 package
  - create a test.py file
  - put in test.py file the following lines:
  
  import wx
  app = wx.PySimpleApp()
  frame = wx.Frame(None, wx.ID_ANY, Hello World!)
  frame.Show(True)
  app.MainLoop()
  
  - type in terminal python test.py

  RESULT ON PASS:
  Should appear a gtk window with Hello World! as title.
  
  RESULT ON FAIL:
  Terminal will return this error:
  
  Traceback (most recent call last):
File test.py, line 1, in module
  import wx
  ImportError: No module named wx
  
  END TEST CASE

** Changed in: wxwidgets2.8 (Ubuntu)
 Assignee: Devid Antonio Filoni (d.filoni) = (unassigned)
   Status: Fix Released = Confirmed

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-06 Thread Devid Antonio Filoni
It was, but it didn't work as you can see in the previous comments.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-05 Thread Launchpad Bug Tracker
This bug was fixed in the package wxwidgets2.8 - 2.8.8.0-0ubuntu1

---
wxwidgets2.8 (2.8.8.0-0ubuntu1) intrepid; urgency=low

  * New upstream version, based on the upstream tarball
wxPython-src-2.8.8.0.tar.bz2, remove upstream debian dir (LP: #244355).
  * Add debian/watch file, LP: #242164.
  * Edit get-orig-source target to provide a .orig.tar.gz with the same md5 for
each .orig.tar.gz generated.
  * debian/rules: remove get-orig-source from .PHONY target.
  * debian/control.in: add python-wxtools in python-wxgtk=V=U Suggests field.
  * Do not apply fix_from_upstream_svn_r52465 patch, not needed.
  * Regenerate octave_oct, tcl_tk_tcl patches for the new version.
  * Fix spelling-error-in-description lintian warning.
  * Fix depends-on-obsolete-package lintian error.
  * Fix executable-not-elf-or-script lintian warnings.
  * Fix script-not-executable lintian warnings.
  * Fix missing-dependency-on-libc lintian error.
  * Fix dbg-package-missing-depends lintian warnings.
  * Fix package-contains-empty-directory lintian warnings.
  * Fix manpage-has-errors-from-man lintian warning.
  * Fix image-file-in-usr-lib lintian warnings:
- add editra_pixmaps patch
- add xrced_bitmaps patch
  * Fix unused-override lintian info.
  * Fix malformed-override lintian errors.
  * Fix extra-license-file lintian warnings.
  * Install upstream wx.pth instead of generated file links (LP: #211553).
  * Add editra.png, pyshell.png (encoded using uuencode) icons, LP: #236876:
- debian/rules: use uudecode to decode .png icons.
  * Add a new pyshell.xpm icon.
  * Fix doc-base-file-references-missing-file lintian error.
  * Fix doc-base-unknown-section lintian warning.
  * Fix ruby-script-but-no-ruby-dep lintian errors.
  * Fix wish-script-but-no-wish-dep lintian errors.
  * Fix missing-dep-for-interpreter errors.
  * Bump Standards-Version to 3.8.0.

 -- Devid Filoni [EMAIL PROTECTED]   Mon, 30 Jun 2008 22:02:17
+0200

** Changed in: wxwidgets2.8 (Ubuntu)
   Status: In Progress = Fix Released

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-02 Thread David Gaarenstroom
Apparently it is shipped, but if you look closer, it does however point to 
../../wx/python/wx.pth (from both /usr/lib/python2.[45]/site-packages/wx.pth). 
This is an invalid path, there is no /usr/lib/wx/, not for my installation at 
least.
So I am very curious why it would work for *anyone*.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-02 Thread Devid Antonio Filoni
This will be fixed in the new version.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-07-01 Thread Emilio Pozuelo Monfort
/usr/lib/python2.5/site-packages/wx.pth is shipped with python-
wxversion. It would be interesting to know why it's not there if you
have it installed.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-28 Thread John Hourany
I ran across this problem last night while trying to get my feet wet in
wx. I'm using Kubuntu 8.04 and its a fresh install, I did not upgrade.
Before I saw the bug on launchpad I had tried to do a re-install via
apt-get, then a full un-install/install, and then trying different
versions of wx that were in the repositories -- nothing had worked.
Importing wxversions and then wx.select('2.8') like others have posted
does fix the problem for me though.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-15 Thread David Gaarenstroom
It cannot be a gutsy version bug. Maybe an upgrade from gutsy to hardy
bug. I am using hardy and suffer from this problem since I upgraded. I
did not have it before...

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-15 Thread Devid Antonio Filoni
For me it's a bug of gutsy version. In hardy, import wx works fine. I
think there is a sort of incompatibility between gutsy and hardy version
and I'm trying to fix this.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-14 Thread Devid Antonio Filoni
This is a gutsy version bug, I'm working to fix it.

** Changed in: wxwidgets2.8 (Ubuntu)
   Status: Incomplete = In Progress

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-13 Thread Emilio Pozuelo Monfort
I've talked to Devid and he's going to fix this properly in debian/rules
instead of postinst and prerm.

** Changed in: wxwidgets2.8 (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Devid Antonio Filoni (d.filoni)
   Status: Confirmed = Incomplete

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-06 Thread Devid Antonio Filoni
New debdiff (wrong changelog in the previous).

** Attachment added: wxwidgets2.8_2.8.7.1-0ubuntu4.debdiff
   http://launchpadlibrarian.net/15080855/wxwidgets2.8_2.8.7.1-0ubuntu4.debdiff

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-06 Thread Devid Antonio Filoni
The debdiff

** Attachment added: wxwidgets2.8_2.8.7.1-0ubuntu4.debdiff
   http://launchpadlibrarian.net/15079503/wxwidgets2.8_2.8.7.1-0ubuntu4.debdiff

** Changed in: wxwidgets2.8 (Ubuntu)
 Assignee: Devid Antonio Filoni (d.filoni) = (unassigned)
   Status: In Progress = Confirmed

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-05 Thread David Gaarenstroom
I'm having the same problem on Hardy Heron (final), I was able to solve
it using:

  sudo ln -snf /etc/alternatives/wx.pth /usr/lib/python2.5/site-packages/
  sudo ln -snf /etc/alternatives/wx.pth /usr/lib/python2.4/site-packages/

So that should perhaps be in the python-wxgtk install scripts...

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-06-05 Thread Devid Antonio Filoni
I'm working on this.

** Changed in: wxwidgets2.8 (Ubuntu)
 Assignee: (unassigned) = Devid Antonio Filoni (d.filoni)
   Status: New = In Progress

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-05-13 Thread E. Gaudrain
I had a similar problem in the Release Version of Hardy. But the file
wx.pth was actually present in the python2.5/site-packages directory
(and pointing to the correct location) but it was impossible to import
wx. I imported wxversion and typed wxversion.select('2.8'), and then
everything worked fine, and still after log out/re-log in. Looks weird
to me because nothing in wxversion seems to write anything in wx.pth or
any other file...

However, I also forced the re-installation of the python-wx* packages.
It seemed to have no effect but I may be wrong. Unfortunately I can't
reproduce these different situation to check my impression.

Then, it seems to me that the wxversion.select() call solved my problem,
eventhough I've no idea how is that possible... but, unfortunately, it
cannot totally be ruled out that the re-installation of the python-wx*
packages solved the problem.

Sorry for such a fuzzy report...

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-05-01 Thread rvdb
i had the same problem after upgrading from 7.10 to 8.04

it seems like wx.pth isn't put in the python 2.5 version. After the
command:

sudo cp /usr/lib/python2.4/site-packages/wx.pth /usr/lib/python2.5/site-
packages/wx.pth

i could start python and import wx again

(btw the wx.pth is the way to set the standard wx version: so i think it
is equivalent to import wxversion; wxversion.select('2.8'))

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-04-29 Thread Josto
I can confirm this bug. It's the same for the hardy Release Version.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211553] Re: wxPython isn't on path in hardy beta

2008-04-03 Thread ben k
This was actually either an issue with the upgrade, or an issue going
from the package in the wxPython repository for Gutsy to the official
Ubuntu package. Although reinstalling the package didn't do anything, it
did correct itself when I completely removed the package and then
installed it again.

-- 
wxPython isn't on path in hardy beta
https://bugs.launchpad.net/bugs/211553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs