Menu

#2 PyRTF does not work with Python3.4.3

v1.0 (example)
open
nobody
5
2015-07-13
2015-07-12
No

I down loaded the PyRTF package and attempted to run the example.py and other example files under Python 3.4.3 and immediately began having problems. I deduced that, with the lack of a Print("text") function, older methods of opening files and usage of the apply() function, that the code in the install package is vintage Python 2.4 or earlier. I was able to fix up some of the older statements but have been having a real problem with class inhertatance issues that pop up in using Papers and Colours. There seems to be a problem with the way objects pass properties.

I think that the PyRTF package needed to be updated to 3.4.3 because Python has changed a lot since 2004.

Related

Bugs: #2

Discussion

  • Gary Willingham

    Gary Willingham - 2015-07-12

    Replacing this bug report with a new release type request.

    If you are working on the new release you have my permission to delete this Bug report

    Thanks

     
    • Duncan McGreggor

      The code on sourceforge is from 2005. It moved from there to Google Code
      (2009) and then to Launchpad (2010), where the latest changes were made.

      It has since been cloned to this repo, but is no longer supported:
      * https://github.com/oubiwann-unsupported/pyrtf

      The old Launchpad project now also points to that repo.

      I would encourage any interested developer to fork that repo, adding new
      features as desired.

      d

      On Sun, Jul 12, 2015 at 2:08 PM, Gary Willingham gmwillingham@users.sf.net
      wrote:

      Replacing this bug report with a new release type request.

      If you are working on the new release you have my permission to delete
      this Bug report

      Thanks

      Status: open
      Group: v1.0 (example)
      Labels: PyRTF Python3.4.3 Class inheratance
      Created: Sun Jul 12, 2015 06:55 PM UTC by Gary Willingham
      Last Updated: Sun Jul 12, 2015 06:55 PM UTC
      Owner: nobody

      I down loaded the PyRTF package and attempted to run the example.py and
      other example files under Python 3.4.3 and immediately began having
      problems. I deduced that, with the lack of a Print("text") function, older
      methods of opening files and usage of the apply() function, that the code
      in the install package is vintage Python 2.4 or earlier. I was able to fix
      up some of the older statements but have been having a real problem with
      class inhertatance issues that pop up in using Papers and Colours. There
      seems to be a problem with the way objects pass properties.

      I think that the PyRTF package needed to be updated to 3.4.3 because
      Python has changed a lot since 2004.


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/pyrtf/bugs/2/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #2

  • Duncan McGreggor

    The code on sourceforge is from 2005. It moved from there to Google Code (2009) and then to Launchpad (2010), where the latest changes were made.

    It has since been cloned to this repo, but is no longer supported:
    * https://github.com/oubiwann-unsupported/pyrtf

    The old Launchpad project now also points to that repo.

    I would encourage any interested developer to fork that repo, adding new features as desired.

     

Log in to post a comment.