Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Python-Ogre 1.7.1 Available for Windows
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy Miller  
View profile  
 More options May 16 2010, 1:14 am
From: Andy Miller <nzmill...@gmail.com>
Date: Sun, 16 May 2010 13:14:13 +0800
Local: Sun, May 16 2010 1:14 am
Subject: [python-ogre] Python-Ogre 1.7.1 Available for Windows

Team

Please see the announcement
here<http://www.ogre3d.org/addonforums/viewtopic.php?f=3&t=12657>for
the Windows release of Python-Ogre 1.7.1 -- As a side note I've
changed
the license to an MIT one..

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Enrico Zschemisch  
View profile  
 More options May 16 2010, 10:07 am
From: Enrico Zschemisch <enr...@vicampus.com>
Date: Sun, 16 May 2010 16:07:40 +0200
Local: Sun, May 16 2010 10:07 am
Subject: Re: [python-ogre] Python-Ogre 1.7.1 Available for Windows

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.
For more options, visit this group at http://groups.google.com/group/python-ogre-developers?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Miller  
View profile  
 More options May 16 2010, 11:19 am
From: Andy Miller <nzmill...@gmail.com>
Date: Sun, 16 May 2010 23:19:19 +0800
Local: Sun, May 16 2010 11:19 am
Subject: Re: [python-ogre] Python-Ogre 1.7.1 Available for Windows

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:

--
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.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Freyr Magnússon  
View profile  
 More options May 30 2010, 1:40 pm
From: Freyr Magnússon <freyr.magnus...@gmail.com>
Date: Sun, 30 May 2010 17:40:28 +0000
Local: Sun, May 30 2010 1:40 pm
Subject: Re: [python-ogre] Python-Ogre 1.7.1 Available for Windows

btw: ConstChildNodeIterator<http://www.ogre3d.org/docs/api/html/classOgre_1_1ConstMapIterator.html>is
not exposed properly in 1.7.1 as it was in 1.7.

was there an issue tracker to file bugs to?

Freyr


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Miller  
View profile  
 More options May 30 2010, 6:45 pm
From: Andy Miller <nzmill...@gmail.com>
Date: Mon, 31 May 2010 06:45:15 +0800
Local: Sun, May 30 2010 6:45 pm
Subject: Re: [python-ogre] Python-Ogre 1.7.1 Available for Windows

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..

Regards

Andy

2010/5/31 Freyr Magnússon <freyr.magnus...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Freyr Magnússon  
View profile  
 More options May 31 2010, 12:54 pm
From: Freyr Magnússon <freyr.magnus...@gmail.com>
Date: Mon, 31 May 2010 16:54:25 +0000
Local: Mon, May 31 2010 12:54 pm
Subject: Re: [python-ogre] Python-Ogre 1.7.1 Available for Windows

issue filed

https://sourceforge.net/tracker/?func=detail&aid=3009521&group_id=186...

cheers,

Freyr


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Miller  
View profile  
 More options Jun 1 2010, 1:49 am
From: Andy Miller <nzmill...@gmail.com>
Date: Tue, 1 Jun 2010 13:49:14 +0800
Local: Tues, Jun 1 2010 1:49 am
Subject: Re: [python-ogre] Python-Ogre 1.7.1 Available for Windows

And fixed (I think) -- you can grab the updated ogre module from SourceForge
and let me know how it goes..

Regards
Andy

2010/6/1 Freyr Magnússon <freyr.magnus...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Freyr Magnússon  
View profile  
 More options Jun 1 2010, 7:52 am
From: Freyr Magnússon <freyr.magnus...@gmail.com>
Date: Tue, 1 Jun 2010 11:52:50 +0000
Local: Tues, Jun 1 2010 7:52 am
Subject: Re: [python-ogre] Python-Ogre 1.7.1 Available for Windows

I've downloaded the update and the iterator works fine now.

thanks for the quick response.

I'm enjoying ogre through python quite a bit. So please keep up the good
work :)

Freyr


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »