AttributeError: 'module' object has no attribute 'create_unicode_buffer'

35 views
Skip to first unread message

Gunjan Soni

unread,
Aug 12, 2015, 1:16:17 AM8/12/15
to Project Camelot
Hi All,

I am trying to launch the camelot videostore application for python 3.4.3.  
When I try to launch main.py from camelot_examples, I get this error :

C:\Python34\Scripts>python C:\Python34\Lib\site-packages\camelot-13.4.13-py3.4.egg\camelot_example\main.py
[ERROR  ] [videostore.main                    ] - Charts will not work because of missing matplotlib
Traceback (most recent call last):
  File "C:\Python34\Lib\site-packages\camelot-13.4.13-py3.4.egg\camelot_example\main.py", line 60, in <module>
    data = 'videostore_3.sqlite')
  File "C:\Python34\lib\site-packages\camelot-13.4.13-py3.4.egg\camelot\core\conf.py", line 112, in __init__
    self.data_folder = os.path.join( winpaths.get_local_appdata(),
  File "C:\Python34\lib\site-packages\winpaths-0.2-py3.4-win32.egg\winpaths.py", line 100, in get_local_appdata
  File "C:\Python34\lib\site-packages\winpaths-0.2-py3.4-win32.egg\winpaths.py", line 95, in _get_path_buf
AttributeError: 'module' object has no attribute 'create_unicode_buffer'

Does it have something to do with versions? I am not able run this application please help !!

Thanks

Erik Janssens

unread,
Aug 12, 2015, 8:39:34 AM8/12/15
to project...@googlegroups.com
Hi,

as for Python 3.4, please use a checkout of the default branch
on bitbucket, that should work.

the old, released version is python 2 only.

Cheers,

Erik


--
--
You received this message because you are subscribed to the "Project Camelot" group.
Visit www.python-camelot.com for more information
 
To post to this group, send email to project...@googlegroups.com
To unsubscribe from this group, send email to
project-camel...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/project-camelot?hl=en

---
You received this message because you are subscribed to the Google Groups "Project Camelot" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-camel...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Gunjan Soni

unread,
Aug 12, 2015, 11:49:19 AM8/12/15
to project...@googlegroups.com

Hi Erik,

I am getting this error from the Camelot I installed from bitbucket you mentioned.

From the error message I can see that it fails somewhere during _get_path_buf execution in win32.egg -  hence leading to attribute error. This is where I am not sure how to proceed.

Thanks,
Gunjan

Erik Janssens

unread,
Sep 19, 2015, 4:38:08 AM9/19/15
to project...@googlegroups.com
this looks like an issue with the winpaths module

you could try their mailinglist or create a custom settings
module that does not use the winpaths module
Reply all
Reply to author
Forward
0 new messages