Crystalspace python module error, including simple fix

Bug #11917 reported by Steve Parkes
4
Affects Status Importance Assigned to Milestone
Ubuntu
Invalid
Medium
Matthias Klose

Bug Description

Compiling /usr/lib/python2.4/site-packages/pyscf.py ...
Sorry: IndentationError: ('expected an indented block',
('/usr/lib/python2.4/site-packages/pyscf.py', 27, 0, "print 'Starting SCF...',\n"))

Pretty sure this is in crystalspace or crystalspace-dev

Added the keyword pass to line 25 at the right indentation to fix as shown below

class csPython:
  def __init__(self):
    self.ptr=scfCreate('crystalspace.script.python', 'iScript', 1)
  def Init():
    pass

print 'Starting SCF...',
scfInit()
print 'Done'

Revision history for this message
Corey Burger (corey.burger) wrote :

Thanks for your bug report. However, Crystal Space is a part of the 'universe'
component, so its bugs are not currently tracked in this system. Bugs for these
packages should be reported to Malone:
https://launchpad.ubuntu.com/malone/distros/ubuntu

For more information about universe packages, contact the MOTU team:
https://wiki.ubuntu.com/MOTU

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.