[C++-sig] pyplusplus tutorials & GUI wizard

Neal Becker ndbecker2 at gmail.com
Tue Jan 24 13:28:04 CET 2006


Roman Yakovenko wrote:

> Hi. pyplusplus project made first step towards ( better ) documentation.
> I created step by step tutorials.
> You can find it here:
> http://language-binding.net/pyplusplus/tutorials.html Also pyplusplus GUI
> has wizard. It will generate pyplusplus code for you. In order to try it
> you need cvs version.
> 
> What is pyplusplus?
> pyplusplus is an object-oriented framework for creating a code
> generator for boost.python library
> 
> All comments, suggestions or correction are welcome.
> 
> Enjoy
> 
> Roman Yakovenko

Thank you!

1 problem so far.  I tried to follow the example but:
from environment import settings

I don't seem to have an 'environment' module:

>>> import os
>>> from environment import settings
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named environment

Where did this come from?




More information about the Cplusplus-sig mailing list