mountainpenguin / pyrt

python rtorrent webUI
GNU General Public License v3.0
34 stars 11 forks source link

cannot import indexPage #35

Closed Bravo13 closed 12 years ago

Bravo13 commented 12 years ago

OS: Ubuntu 12.04 Server

bravo13@bravo13-nas:~/pyrt# ./pyrt start pyRT rtorrent webUI v1.0.0 Copyright (C) 2012 mountainpenguin This program comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions See LICENCE for details

Checking for updates... Repository is up-to-date Traceback (most recent call last): File "./pyrt", line 196, in start(args.noupdate) File "./pyrt", line 89, in start from modules import server File "/home/bravo13/pyrt/modules/server.py", line 35, in from modules import indexPage ImportError: cannot import name indexPage

starenka commented 12 years ago

Same here:

  (pyrt)starenka /usr/src/pyrt % ./pyrt start 
   pyRT rtorrent webUI v1.0.0
  Copyright (C) 2012 mountainpenguin
  This program comes with ABSOLUTELY NO WARRANTY
  This is free software, and you are welcome to redistribute it under certain conditions
  See LICENCE for details

  Checking for updates...
  Repository is up-to-date
  Traceback (most recent call last):
    File "./pyrt", line 196, in <module>
      start(args.noupdate)
    File "./pyrt", line 89, in start
      from modules import server
    File "/usr/src/pyrt/modules/server.py", line 35, in <module>
      from modules import indexPage
  ImportError: cannot import name indexPage
  (pyrt)starenka /usr/src/pyrt % git log | head 
  commit 51de4a3ac1f810699f28e9db324c9ce31bca4134
  Merge: 3bd8ab6 628b818
  Author: mountainpenguin <pinguino.de.montana@googlemail.com>
  Date:   Thu Jul 19 11:54:22 2012 +0100

      Merge branch 'testing'

  commit 628b8185be6ef802f56a0f34116d47c7f227ba07
  Author: mountainpenguin <pinguino.de.montana@googlemail.com>
  Date:   Thu Jul 19 11:47:56 2012 +0100
  (pyrt)starenka /usr/src/pyrt % pip freeze
  argparse==1.2.1
  tornado==2.3
  wsgiref==0.1.2
mountainpenguin commented 12 years ago

Should be fixed now, sorry for the delay on the response, I've been rather busy with work

Bravo13 commented 12 years ago

Yep, it's ok now