andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
4 stars 2 forks source link

ImportError running 0.3.1 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install 0.3.1 from .deb
2. ?
3. run it

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

mjg@tremelay:~$ crunchyfrog Traceback (most recent call last):
  File "/usr/lib/crunchyfrog/cf/__init__.py", line 171, in <module>
    main()
  File "/usr/lib/crunchyfrog/cf/__init__.py", line 141, in main
    app.init()
  File "/usr/lib/crunchyfrog/cf/app.py", line 93, in init
    self.plugins = PluginManager(self)
  File "/usr/lib/crunchyfrog/cf/plugins/core.py", line 218, in __init__
    self.refresh()
  File "/usr/lib/crunchyfrog/cf/plugins/core.py", line 315, in refresh
    from cf.plugins import builtin
  File "/usr/lib/crunchyfrog/cf/plugins/builtin.py", line 37, in <module>
    from cf.shell import CFShell
  File "/usr/lib/crunchyfrog/cf/shell/__init__.py", line 29, in <module>
    from cf.ui.pdock import DockItem
ImportError: No module named pdock

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

On an up-to-date Ubuntu Intrepid box:

mjg@tremelay:~$ python 
Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Please provide any additional information below.

Original issue reported on code.google.com by michael....@gmail.com on 25 Nov 2008 at 1:08

GoogleCodeExporter commented 9 years ago
Running from the tarball seems to work fine, which might indicate a packaging 
issue.
Supporting that, there doesn't seem to be a pdock.py module file installed:

mjg@tremelay:~$ dpkg -L crunchyfrog | grep pdock
mjg@tremelay:~$ 

Original comment by michael....@gmail.com on 25 Nov 2008 at 1:13

GoogleCodeExporter commented 9 years ago
Thanks for reporting! You're right, the pdock module is somehow missing in the 
Debian
package.

Original comment by albrecht.andi on 25 Nov 2008 at 1:15

GoogleCodeExporter commented 9 years ago
A new package is uploaded: http://code.google.com/p/crunchyfrog/downloads/list

Original comment by albrecht.andi on 25 Nov 2008 at 1:19

GoogleCodeExporter commented 9 years ago
0.3.1-1 works fine, thanks!

Original comment by michael....@gmail.com on 25 Nov 2008 at 10:37