URL:
  <http://gna.org/bugs/?19757>

                 Summary: error last git
                 Project: MyPaint
            Submitted by: mred
            Submitted on: mar 22 may 2012 10:09:47 COT
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: GIT - commit 367147cd08b1a98a0b8e94d6cee
         Planned Release: None
        Operating System: Linux- Ubuntu 12.04

    _______________________________________________________

Details:

COMMIT:

commit 367147cd08b1a98a0b8e94d6cee198db5cf665ef
Author: Jon Nordby <[email protected]>
Date:   Tue May 22 01:45:20 2012 +0200

    TiledSurface: Split out the backend implementation to separate file
    
    Makes the difference between the (C based) implementation,
    and the C++ wrapper interface clearer.



RESULT:

 ./mypaint
builtin python 2.6 json support
Traceback (most recent call last):
  File "./mypaint", line 175, in <module>
    from gui import main
  File "/home/nanos/code/mypaint/gui/main.py", line 17, in <module>
    from gui import application
  File "/home/nanos/code/mypaint/gui/application.py", line 14, in <module>
    import filehandling, keyboard, brushmanager, windowing, document, layout
  File "/home/nanos/code/mypaint/gui/filehandling.py", line 17, in <module>
    from lib import document, helpers, tiledsurface
  File "/home/nanos/code/mypaint/lib/document.py", line 17, in <module>
    import helpers, tiledsurface, pixbufsurface, backgroundsurface,
mypaintlib
  File "/home/nanos/code/mypaint/lib/tiledsurface.py", line 16, in <module>
    TILE_SIZE = N = mypaintlib.TILE_SIZE
AttributeError: 'module' object has no attribute 'TILE_SIZE'





    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?19757>

_______________________________________________
  Mensaje enviado vía/por Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to