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

                 Summary: Fails to run when built
(_mypaintlib.{TILE_MEMORY_SIZE, TileMemory_tx_set AttributeErrors)
                 Project: MyPaint
            Submitted by: achadwick
            Submitted on: Sun May 20 16:22:16 2012
                Severity: 5 - Blocker
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: git master: cf621091c
         Planned Release: None
        Operating System: 

    _______________________________________________________

Details:

MyPaint will not run after a clean rebuild as of cf621091c on master:


$ ./mypaint 
Traceback (most recent call last):
  File "./mypaint", line 164, in <module>
    datapath, extradata, confpath, localepath = get_paths()
  File "./mypaint", line 108, in get_paths
    from lib import mypaintlib
  File "/home/andrewc/Development/MyPaint/lib/mypaintlib.py", line 164, in
<module>
    TILE_MEMORY_SIZE = _mypaintlib.TILE_MEMORY_SIZE
AttributeError: 'module' object has no attribute 'TILE_MEMORY_SIZE'


This is easy enough to fix by converting the defnition of TILE_MEMORY_SIZE to
a static const int, but then 


$ ./mypaint 
Traceback (most recent call last):
  File "./mypaint", line 164, in <module>
    datapath, extradata, confpath, localepath = get_paths()
  File "./mypaint", line 108, in get_paths
    from lib import mypaintlib
  File "/home/andrewc/Development/MyPaint/lib/mypaintlib.py", line 164, in
<module>
    class TileMemory(_object):
  File "/home/andrewc/Development/MyPaint/lib/mypaintlib.py", line 170, in
TileMemory
    __swig_setmethods__["tx"] = _mypaintlib.TileMemory_tx_set
AttributeError: 'module' object has no attribute 'TileMemory_tx_set'


... which I'm not sure what to do about other than report as a bug. Help?

I'm running SWIG v. 1.3.40 right now, if that's relevant.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


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

Reply via email to