On 8/25/06, Matthias Baas <ba...@ir...> wrote:
> Roman Yakovenko wrote:
> > Hi. I just released new version of pygccxml and Py++.
>
> I noticed that the *.txt files are missing from the contrib directory in
> the source archive. I have no idea why this has happened.
Me too.
> When I run
> "setup.py sdist" over here they do get included...? (Python 2.4 on XP
> and Linux)
As always, after release people found few bugs. One of them is critical.
I will fix them and will release new version in a week or too.
The critical bug is next:
struct allocator_ {
void * (*alloc) (unsigned);
void (*dispose) (void *p);
};
typedef struct allocator_ *allocator_t;
struct faulty {
allocator_t allocator;
};
Py++ fails with AttributeError: 'declarated_t' object has no attribute 'base'.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|