You are not logged in. This forum allows only logged in users to post. If you want to post in the forum, please log in.
Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Shibuya.trac
>
Forums
>
Help
>
GanttCalendar on FreeBSD
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
Forums
List of Forums
Help (36)
Open Discussion (2)
Mailing Lists
list of ML
News
Forums:
Help
(Thread #20539)
Return to Thread list
RSS
GanttCalendar on FreeBSD (2008-11-15 14:29 by
tetsu-t
#39897)
GanttCalendar プラグインを使用させて頂いています。
環境は、
FreeBSD 7 Stable
ports/lang/Python25
ports/japanese/trac (インタアクト社の0.11.1.ja)
を導入しています。
上記の環境にGanttCalendarを導入しようとしたのですが、trunkのtar.gzファイルを頂いてきて、
> python setup.py bdist_egg
してTracのサイトのpluginに入れましたが、UnicodeDecodeErrorが出ました。
と言う事で、一応使えるように変更した点を書きますと、
1."nkf -Lu -d -w ファイル名"で、全テキストファイルを変換しました。
2.一番問題になりそうなticketgannt.pyとticketcalendar.pyの中の日本語(ガントチャート、カレンダー)をアルファベット(GanttChart,Calendar)に変更しました。
この2つの手順をして使える様になりましたが、何か他の対処方法はあるのでしょうか?
それとも環境が悪いのかな?