[Bug 146182] Re: PyMB (model-builder) crashes on startup

2010-03-27 Thread mounjar
This bug affects me too

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
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 146182] Re: PyMB (model-builder) crashes on startup

2010-01-25 Thread George
Ubuntu 9.10 Matplotlib requires wxPython 2.8, but model-builder still
requires wxPython 2.6

  File /usr/lib/pymodules/python2.6/matplotlib/backends/backend_wx.py, line 
144, in module
raise ImportError(missingwx)
ImportError: Matplotlib backend_wx and backend_wxagg require wxPython =2.8

Workaround: remove wxPython 2.6, install python-setuptools and use easy_install 
to install
Model_Builder:

PYTHONPATH=/usr/local/lib/python2.6/site-packages easy_install-2.6 -d
/usr/local/lib/python2.6/site-packages/ Model_Builder

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
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 146182] Re: PyMB (model-builder) crashes on startup

2009-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package model-builder - 0.4.1-4ubuntu1

---
model-builder (0.4.1-4ubuntu1) jaunty; urgency=low

  * Let model-builder binary package depend on python-wxgtk2.6 to fix
VersionError exception (LP: #146182).

 -- Luca Falavigna dktrkr...@ubuntu.com   Sat, 17 Jan 2009 02:06:03
+0100

** Changed in: model-builder (Ubuntu)
   Status: Confirmed = Fix Released

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
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 146182] Re: PyMB (model-builder) crashes on startup

2009-01-07 Thread John Pye
This bug is still present. Just tested with freshly-installed model-
builder package on Intrepid. output:

j...@roadwork:~$ PyMB 
Traceback (most recent call last):
  File /usr/bin/PyMB, line 8, in module
load_entry_point('Model-Builder==0.4.1', 'gui_scripts', 'PyMB')()
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line 277, in 
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line 2180, in 
load_entry_point
return ep.load()
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line 1913, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File /usr/lib/python2.5/site-packages/model_builder/PyMB.py, line 30, in 
module
wxversion.select('2.6')
  File /usr/lib/python2.5/site-packages/wxversion.py, line 152, in select
raise VersionError(Requested version of wxPython not found)
wxversion.VersionError: Requested version of wxPython not found
j...@roadwork:~$ dpkg -l model-builder
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   Version  
  Description
+++-==-==-
ii  model-builder  0.4.1-4  
  graphical ODE simulator
j...@roadwork:~$ 


** Changed in: model-builder (Ubuntu)
   Status: Fix Released = Confirmed

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
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 146182] Re: PyMB (model-builder) crashes on startup

2008-12-21 Thread sd
This bug seems to have returned in 0.4.1-4. I have just installed it and
I get the same error message as originally reported. Installing python-
wxgtk2.6 fixes the problem.

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
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 146182] Re: PyMB (model-builder) crashes on startup

2008-01-30 Thread Luca Falavigna
** Changed in: model-builder (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Luca Falavigna (dktrkranz)
   Status: New = In Progress

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146182] Re: PyMB (model-builder) crashes on startup

2008-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package model-builder - 0.4.1-2ubuntu1

---
model-builder (0.4.1-2ubuntu1) hardy; urgency=low

  * Resync with Debian unstable.
  * debian/control:
- Let model-builder binary package depend on python-wxgtk2.6 to fix
  VersionError exception (LP: #146182).
- Update Maintainer field as per spec.

model-builder (0.4.1-2) unstable; urgency=low

  * debian/control: Build-Depend and Depend on python-numpy instead of
python-numpy-ext and python-numpy-dev virtual packages provided by
python-numpy (Closes: #463208)

model-builder (0.4.1-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version to 3.7.3
  * Bump debhelper compat to 6
  * Add Homepage header and replace XS-Vcs with Vcs
  * Add debian/orig-tar.sh to create orig.tar.gz
  * debian/rules: add get-orig-source target
  * Add patches/desktop_file.diff to fix desktop file category and remove
encoding field
  * Add patches/show.diff to fix problems while loading model-builder

 -- Luca Falavigna [EMAIL PROTECTED]   Wed, 30 Jan 2008 21:18:38
+0100

** Changed in: model-builder (Ubuntu)
   Status: In Progress = Fix Released

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146182] Re: PyMB (model-builder) crashes on startup

2007-09-28 Thread uwe

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/9529269/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9529270/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9529271/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/9529272/Traceback.txt

** Visibility changed to: Public

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146182] Re: PyMB (model-builder) crashes on startup

2007-09-28 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
PyMB (model-builder) crashes on startup
https://bugs.launchpad.net/bugs/146182
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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