tahchee with latest Cheetah

5 views
Skip to first unread message

Ben

unread,
May 2, 2010, 8:09:09 PM5/2/10
to tahchee
Hey tachee-dev,

Not sure if you'll get this due to the amount of spam here, but
tahchee fails to work with the latest Cheetah, simply because of the
following version check in tahchee/main.py:

> if Version.count(".") == 3:
> vmaj, vmin, vdev = map(int, Version.split("."))
> if vmin <= 9: assert vdev >= 17

For my own copy I've just commented this check out.

Keep up the good work.

Cheers,
B

--
You received this message because you are subscribed to the Google Groups "tahchee" group.
To post to this group, send email to tah...@googlegroups.com.
To unsubscribe from this group, send email to tahchee+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tahchee?hl=en.

Ben

unread,
May 2, 2010, 8:22:50 PM5/2/10
to tahchee
Oh, and also...

The default install script fails to copy over the css file:
IOError: [Errno 2] No such file or directory: '/usr/local/lib/
python2.6/dist-packages/tahchee/plugins/_kiwi/screen-kiwi.css'

Cheers,
B

Sébastien Pierre

unread,
May 3, 2010, 9:17:12 AM5/3/10
to tah...@googlegroups.com
Hi Ben,

This is strange... trying setup.py install or easy_install, I did not run into the problem. Does the current user has the rights to write in this directory ?

 -- Sébastien

2010/5/2 Ben <benjami...@gmail.com>

Ben

unread,
May 5, 2010, 8:01:12 PM5/5/10
to tahchee
Hi Sébastien,

Yep, I'm running 'sudo python seutp.py install' on my ubuntu linode. I
then have to manually copy over the .css. I seem to recall the same
thing happening on my windows box too.

Maybe setuptools has changed slightly?

Ben

On May 3, 11:17 pm, Sébastien Pierre <sebastien.pie...@gmail.com>
wrote:
> Hi Ben,
>
> This is strange... trying setup.py install or easy_install, I did not run
> into the problem. Does the current user has the rights to write in this
> directory ?
>
>  -- Sébastien
>
> 2010/5/2 Ben <benjamin.por...@gmail.com>
>
>
>
> > Oh, and also...
>
> > The default install script fails to copy over the css file:
> > IOError: [Errno 2] No such file or directory: '/usr/local/lib/
> > python2.6/dist-packages/tahchee/plugins/_kiwi/screen-kiwi.css'
>
> > Cheers,
> > B
>
> > On May 3, 10:09 am, Ben <benjamin.por...@gmail.com> wrote:
> > > Hey tachee-dev,
>
> > > Not sure if you'll get this due to the amount of spam here, but
> > > tahchee fails to work with the latest Cheetah, simply because of the
> > > following version check in tahchee/main.py:
>
> > > >       if Version.count(".") == 3:
> > > >               vmaj, vmin, vdev = map(int, Version.split("."))
> > > >               if vmin <= 9: assert vdev >= 17
>
> > > For my own copy I've just commented  this check out.
>
> > > Keep up the good work.
>
> > > Cheers,
> > > B
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "tahchee" group.
> > > To post to this group, send email to tah...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > tahchee+u...@googlegroups.com<tahchee%2Bunsu...@googlegroups.com>
> > .
> > > For more options, visit this group athttp://
> > groups.google.com/group/tahchee?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "tahchee" group.
> > To post to this group, send email to tah...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > tahchee+u...@googlegroups.com<tahchee%2Bunsu...@googlegroups.com>
> > .

Ben

unread,
May 5, 2010, 8:35:43 PM5/5/10
to tahchee
Hmm, the problems keep coming... Maybe my installation is funny..?

$page.htmlPath doesn't work, "htmlPath" not found

and

$imaging.text complains about self.fontsDir not existing...

Cheers,
B
Reply all
Reply to author
Forward
0 new messages