I have significantly changed the packaging for a number of reasons
- Enable more regular releases
- Track which modules are actually being used
- Allow updates for an individual module to be made in a simple fashion
However it's likely that I've broken something (missed a file etc) so if you
get a chance to test this release please let me know of any issues..
Thanks
Andy
-- You received this message because you are subscribed to the Google Groups "Python Ogre Developers" group.
To post to this group, send email to python-ogre-developers@googlegroups.com.
To unsubscribe from this group, send email to python-ogre-developers+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/python-ogre-developers?hl=en.
I am trying to build the latest SVN version (should be the same as the new
release) on Ubuntu 10.04. I get a syntax error when trying to install the
prerequsites:
python python-ogre/BuildModule.py -r pygccxml pyplusplus
Traceback (most recent call last):
File "python-ogre/BuildModule.py", line 9, in <module>
import environment
File "/data/projekte/po/python-ogre/environment.py", line 679
'.', ['+', 'setup.py', 'ReportVersion.py', 'INSTALL.TXT']
^
SyntaxError: invalid syntax
I changed the comma into a colon. Then the next error appears:
python python-ogre/BuildModule.py -r pygccxml pyplusplus
Traceback (most recent call last):
File "python-ogre/BuildModule.py", line 9, in <module>
import environment
File "/data/projekte/po/python-ogre/environment.py", line 2028, in
<module>
class ogreterrain(pymodule):
File "/data/projekte/po/python-ogre/environment.py", line 2042, in
ogreterrain
Config.PATH_LIB_Ogre_OgreMain_debug,
AttributeError: 'module' object has no attribute
'PATH_LIB_Ogre_OgreMain_debug'
There are lots of these errors after this one. I commented all these lines
out for now, but I need to know what the purpose is of these lines and why
they fail?
Thanks,
Enrico
-- You received this message because you are subscribed to the Google Groups "Python Ogre Developers" group.
To post to this group, send email to python-ogre-developers@googlegroups.com.
To unsubscribe from this group, send email to python-ogre-developers+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/python-ogre-developers?hl=en.
> I am trying to build the latest SVN version (should be the same as the new
> release) on Ubuntu 10.04. I get a syntax error when trying to install the
> prerequsites:
> python python-ogre/BuildModule.py -r pygccxml pyplusplus
> Traceback (most recent call last):
> File "python-ogre/BuildModule.py", line 9, in <module>
> import environment
> File "/data/projekte/po/python-ogre/environment.py", line 679
> '.', ['+', 'setup.py', 'ReportVersion.py', 'INSTALL.TXT']
> ^
> SyntaxError: invalid syntax
> I changed the comma into a colon. Then the next error appears:
> python python-ogre/BuildModule.py -r pygccxml pyplusplus
> Traceback (most recent call last):
> File "python-ogre/BuildModule.py", line 9, in <module>
> import environment
> File "/data/projekte/po/python-ogre/environment.py", line 2028, in
> <module>
> class ogreterrain(pymodule):
> File "/data/projekte/po/python-ogre/environment.py", line 2042, in
> ogreterrain
> Config.PATH_LIB_Ogre_OgreMain_debug,
> AttributeError: 'module' object has no attribute
> 'PATH_LIB_Ogre_OgreMain_debug'
> There are lots of these errors after this one. I commented all these lines
> out for now, but I need to know what the purpose is of these lines and why
> they fail?
> Thanks,
> Enrico
> --
> You received this message because you are subscribed to the Google Groups
> "Python Ogre Developers" group.
> To post to this group, send email to
> python-ogre-developers@googlegroups.com.
> To unsubscribe from this group, send email to
> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/python-ogre-developers?hl=en.
-- You received this message because you are subscribed to the Google Groups "Python Ogre Developers" group.
To post to this group, send email to python-ogre-developers@googlegroups.com.
To unsubscribe from this group, send email to python-ogre-developers+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/python-ogre-developers?hl=en.
On Sun, May 16, 2010 at 3:19 PM, Andy Miller <nzmill...@gmail.com> wrote: > My fault for not updating the SVN after I did the builds -- do an update > now and see how you go..
> Andy
> On 16 May 2010 22:07, Enrico Zschemisch <enr...@vicampus.com> wrote:
>> Hi Andi,
>> I am trying to build the latest SVN version (should be the same as the new >> release) on Ubuntu 10.04. I get a syntax error when trying to install the >> prerequsites: >> python python-ogre/BuildModule.py -r pygccxml pyplusplus >> Traceback (most recent call last): >> File "python-ogre/BuildModule.py", line 9, in <module> >> import environment >> File "/data/projekte/po/python-ogre/environment.py", line 679 >> '.', ['+', 'setup.py', 'ReportVersion.py', 'INSTALL.TXT'] >> ^ >> SyntaxError: invalid syntax
>> I changed the comma into a colon. Then the next error appears: >> python python-ogre/BuildModule.py -r pygccxml pyplusplus >> Traceback (most recent call last): >> File "python-ogre/BuildModule.py", line 9, in <module> >> import environment >> File "/data/projekte/po/python-ogre/environment.py", line 2028, in >> <module> >> class ogreterrain(pymodule): >> File "/data/projekte/po/python-ogre/environment.py", line 2042, in >> ogreterrain >> Config.PATH_LIB_Ogre_OgreMain_debug, >> AttributeError: 'module' object has no attribute >> 'PATH_LIB_Ogre_OgreMain_debug'
>> There are lots of these errors after this one. I commented all these lines >> out for now, but I need to know what the purpose is of these lines and why >> they fail?
>> Thanks, >> Enrico
>> -- >> You received this message because you are subscribed to the Google Groups >> "Python Ogre Developers" group. >> To post to this group, send email to >> python-ogre-developers@googlegroups.com. >> To unsubscribe from this group, send email to >> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/python-ogre-developers?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Python Ogre Developers" group. > To post to this group, send email to > python-ogre-developers@googlegroups.com. > To unsubscribe from this group, send email to > python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/python-ogre-developers?hl=en.
You can use sourceforge for filing bugs -- however it looks like it's exposed to me so so you have a sample piece of code to show the problem and I'll take a look..
> On Sun, May 16, 2010 at 3:19 PM, Andy Miller <nzmill...@gmail.com> wrote:
>> My fault for not updating the SVN after I did the builds -- do an update >> now and see how you go..
>> Andy
>> On 16 May 2010 22:07, Enrico Zschemisch <enr...@vicampus.com> wrote:
>>> Hi Andi,
>>> I am trying to build the latest SVN version (should be the same as the >>> new >>> release) on Ubuntu 10.04. I get a syntax error when trying to install the >>> prerequsites: >>> python python-ogre/BuildModule.py -r pygccxml pyplusplus >>> Traceback (most recent call last): >>> File "python-ogre/BuildModule.py", line 9, in <module> >>> import environment >>> File "/data/projekte/po/python-ogre/environment.py", line 679 >>> '.', ['+', 'setup.py', 'ReportVersion.py', 'INSTALL.TXT'] >>> ^ >>> SyntaxError: invalid syntax
>>> I changed the comma into a colon. Then the next error appears: >>> python python-ogre/BuildModule.py -r pygccxml pyplusplus >>> Traceback (most recent call last): >>> File "python-ogre/BuildModule.py", line 9, in <module> >>> import environment >>> File "/data/projekte/po/python-ogre/environment.py", line 2028, in >>> <module> >>> class ogreterrain(pymodule): >>> File "/data/projekte/po/python-ogre/environment.py", line 2042, in >>> ogreterrain >>> Config.PATH_LIB_Ogre_OgreMain_debug, >>> AttributeError: 'module' object has no attribute >>> 'PATH_LIB_Ogre_OgreMain_debug'
>>> There are lots of these errors after this one. I commented all these >>> lines >>> out for now, but I need to know what the purpose is of these lines and >>> why >>> they fail?
>>> Thanks, >>> Enrico
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Python Ogre Developers" group. >>> To post to this group, send email to >>> python-ogre-developers@googlegroups.com. >>> To unsubscribe from this group, send email to >>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/python-ogre-developers?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "Python Ogre Developers" group. >> To post to this group, send email to >> python-ogre-developers@googlegroups.com. >> To unsubscribe from this group, send email to >> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/python-ogre-developers?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Python Ogre Developers" group. > To post to this group, send email to > python-ogre-developers@googlegroups.com. > To unsubscribe from this group, send email to > python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/python-ogre-developers?hl=en.
On Sun, May 30, 2010 at 10:45 PM, Andy Miller <nzmill...@gmail.com> wrote: > You can use sourceforge for filing bugs -- however it looks like it's > exposed to me so so you have a sample piece of code to show the problem and > I'll take a look..
>> On Sun, May 16, 2010 at 3:19 PM, Andy Miller <nzmill...@gmail.com> wrote:
>>> My fault for not updating the SVN after I did the builds -- do an update >>> now and see how you go..
>>> Andy
>>> On 16 May 2010 22:07, Enrico Zschemisch <enr...@vicampus.com> wrote:
>>>> Hi Andi,
>>>> I am trying to build the latest SVN version (should be the same as the >>>> new >>>> release) on Ubuntu 10.04. I get a syntax error when trying to install >>>> the >>>> prerequsites: >>>> python python-ogre/BuildModule.py -r pygccxml pyplusplus >>>> Traceback (most recent call last): >>>> File "python-ogre/BuildModule.py", line 9, in <module> >>>> import environment >>>> File "/data/projekte/po/python-ogre/environment.py", line 679 >>>> '.', ['+', 'setup.py', 'ReportVersion.py', 'INSTALL.TXT'] >>>> ^ >>>> SyntaxError: invalid syntax
>>>> I changed the comma into a colon. Then the next error appears: >>>> python python-ogre/BuildModule.py -r pygccxml pyplusplus >>>> Traceback (most recent call last): >>>> File "python-ogre/BuildModule.py", line 9, in <module> >>>> import environment >>>> File "/data/projekte/po/python-ogre/environment.py", line 2028, in >>>> <module> >>>> class ogreterrain(pymodule): >>>> File "/data/projekte/po/python-ogre/environment.py", line 2042, in >>>> ogreterrain >>>> Config.PATH_LIB_Ogre_OgreMain_debug, >>>> AttributeError: 'module' object has no attribute >>>> 'PATH_LIB_Ogre_OgreMain_debug'
>>>> There are lots of these errors after this one. I commented all these >>>> lines >>>> out for now, but I need to know what the purpose is of these lines and >>>> why >>>> they fail?
>>>> Thanks, >>>> Enrico
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Python Ogre Developers" group. >>>> To post to this group, send email to >>>> python-ogre-developers@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/python-ogre-developers?hl=en.
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Python Ogre Developers" group. >>> To post to this group, send email to >>> python-ogre-developers@googlegroups.com. >>> To unsubscribe from this group, send email to >>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/python-ogre-developers?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "Python Ogre Developers" group. >> To post to this group, send email to >> python-ogre-developers@googlegroups.com. >> To unsubscribe from this group, send email to >> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/python-ogre-developers?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Python Ogre Developers" group. > To post to this group, send email to > python-ogre-developers@googlegroups.com. > To unsubscribe from this group, send email to > python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/python-ogre-developers?hl=en.
> On Sun, May 30, 2010 at 10:45 PM, Andy Miller <nzmill...@gmail.com> wrote:
>> You can use sourceforge for filing bugs -- however it looks like it's >> exposed to me so so you have a sample piece of code to show the problem and >> I'll take a look..
>>> On Sun, May 16, 2010 at 3:19 PM, Andy Miller <nzmill...@gmail.com>wrote:
>>>> My fault for not updating the SVN after I did the builds -- do an update >>>> now and see how you go..
>>>> Andy
>>>> On 16 May 2010 22:07, Enrico Zschemisch <enr...@vicampus.com> wrote:
>>>>> Hi Andi,
>>>>> I am trying to build the latest SVN version (should be the same as the >>>>> new >>>>> release) on Ubuntu 10.04. I get a syntax error when trying to install >>>>> the >>>>> prerequsites: >>>>> python python-ogre/BuildModule.py -r pygccxml pyplusplus >>>>> Traceback (most recent call last): >>>>> File "python-ogre/BuildModule.py", line 9, in <module> >>>>> import environment >>>>> File "/data/projekte/po/python-ogre/environment.py", line 679 >>>>> '.', ['+', 'setup.py', 'ReportVersion.py', 'INSTALL.TXT'] >>>>> ^ >>>>> SyntaxError: invalid syntax
>>>>> I changed the comma into a colon. Then the next error appears: >>>>> python python-ogre/BuildModule.py -r pygccxml pyplusplus >>>>> Traceback (most recent call last): >>>>> File "python-ogre/BuildModule.py", line 9, in <module> >>>>> import environment >>>>> File "/data/projekte/po/python-ogre/environment.py", line 2028, in >>>>> <module> >>>>> class ogreterrain(pymodule): >>>>> File "/data/projekte/po/python-ogre/environment.py", line 2042, in >>>>> ogreterrain >>>>> Config.PATH_LIB_Ogre_OgreMain_debug, >>>>> AttributeError: 'module' object has no attribute >>>>> 'PATH_LIB_Ogre_OgreMain_debug'
>>>>> There are lots of these errors after this one. I commented all these >>>>> lines >>>>> out for now, but I need to know what the purpose is of these lines and >>>>> why >>>>> they fail?
>>>>> Thanks, >>>>> Enrico
>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Python Ogre Developers" group. >>>>> To post to this group, send email to >>>>> python-ogre-developers@googlegroups.com. >>>>> To unsubscribe from this group, send email to >>>>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/python-ogre-developers?hl=en.
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Python Ogre Developers" group. >>>> To post to this group, send email to >>>> python-ogre-developers@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/python-ogre-developers?hl=en.
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Python Ogre Developers" group. >>> To post to this group, send email to >>> python-ogre-developers@googlegroups.com. >>> To unsubscribe from this group, send email to >>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/python-ogre-developers?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "Python Ogre Developers" group. >> To post to this group, send email to >> python-ogre-developers@googlegroups.com. >> To unsubscribe from this group, send email to >> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/python-ogre-developers?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Python Ogre Developers" group. > To post to this group, send email to > python-ogre-developers@googlegroups.com. > To unsubscribe from this group, send email to > python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/python-ogre-developers?hl=en.
On Tue, Jun 1, 2010 at 5:49 AM, Andy Miller <nzmill...@gmail.com> wrote: > And fixed (I think) -- you can grab the updated ogre module from > SourceForge and let me know how it goes..
>> On Sun, May 30, 2010 at 10:45 PM, Andy Miller <nzmill...@gmail.com>wrote:
>>> You can use sourceforge for filing bugs -- however it looks like it's >>> exposed to me so so you have a sample piece of code to show the problem and >>> I'll take a look..
>>>> On Sun, May 16, 2010 at 3:19 PM, Andy Miller <nzmill...@gmail.com>wrote:
>>>>> My fault for not updating the SVN after I did the builds -- do an >>>>> update now and see how you go..
>>>>> Andy
>>>>> On 16 May 2010 22:07, Enrico Zschemisch <enr...@vicampus.com> wrote:
>>>>>> Hi Andi,
>>>>>> I am trying to build the latest SVN version (should be the same as the >>>>>> new >>>>>> release) on Ubuntu 10.04. I get a syntax error when trying to install >>>>>> the >>>>>> prerequsites: >>>>>> python python-ogre/BuildModule.py -r pygccxml pyplusplus >>>>>> Traceback (most recent call last): >>>>>> File "python-ogre/BuildModule.py", line 9, in <module> >>>>>> import environment >>>>>> File "/data/projekte/po/python-ogre/environment.py", line 679 >>>>>> '.', ['+', 'setup.py', 'ReportVersion.py', 'INSTALL.TXT'] >>>>>> ^ >>>>>> SyntaxError: invalid syntax
>>>>>> I changed the comma into a colon. Then the next error appears: >>>>>> python python-ogre/BuildModule.py -r pygccxml pyplusplus >>>>>> Traceback (most recent call last): >>>>>> File "python-ogre/BuildModule.py", line 9, in <module> >>>>>> import environment >>>>>> File "/data/projekte/po/python-ogre/environment.py", line 2028, in >>>>>> <module> >>>>>> class ogreterrain(pymodule): >>>>>> File "/data/projekte/po/python-ogre/environment.py", line 2042, in >>>>>> ogreterrain >>>>>> Config.PATH_LIB_Ogre_OgreMain_debug, >>>>>> AttributeError: 'module' object has no attribute >>>>>> 'PATH_LIB_Ogre_OgreMain_debug'
>>>>>> There are lots of these errors after this one. I commented all these >>>>>> lines >>>>>> out for now, but I need to know what the purpose is of these lines and >>>>>> why >>>>>> they fail?
>>>>>> Thanks, >>>>>> Enrico
>>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Python Ogre Developers" group. >>>>>> To post to this group, send email to >>>>>> python-ogre-developers@googlegroups.com. >>>>>> To unsubscribe from this group, send email to >>>>>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>>>>> . >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/python-ogre-developers?hl=en.
>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Python Ogre Developers" group. >>>>> To post to this group, send email to >>>>> python-ogre-developers@googlegroups.com. >>>>> To unsubscribe from this group, send email to >>>>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/python-ogre-developers?hl=en.
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Python Ogre Developers" group. >>>> To post to this group, send email to >>>> python-ogre-developers@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/python-ogre-developers?hl=en.
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Python Ogre Developers" group. >>> To post to this group, send email to >>> python-ogre-developers@googlegroups.com. >>> To unsubscribe from this group, send email to >>> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/python-ogre-developers?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "Python Ogre Developers" group. >> To post to this group, send email to >> python-ogre-developers@googlegroups.com. >> To unsubscribe from this group, send email to >> python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/python-ogre-developers?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "Python Ogre Developers" group. > To post to this group, send email to > python-ogre-developers@googlegroups.com. > To unsubscribe from this group, send email to > python-ogre-developers+unsubscribe@googlegroups.com<python-ogre-developers% 2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/python-ogre-developers?hl=en.