- ベストアンサー
tracのインストールでエラーが発生しました
- 質問者はLinuxにtracをインストールしたが、ページが表示されずエラーメッセージが出力された。
- エラーメッセージにはMOD_PYTHON ERRORといった内容が含まれており、pyexpat.soに関連するエラーが報告された。
- 質問者はpyexpat.soを探したが見つからず、同じエラーを解決した経験のある人からのアドバイスを求めている。
- みんなの回答 (1)
- 専門家の回答
質問者が選んだベストアンサー
関連するQ&A
- Pythonの設定方法(text_factory)
あるシステムを実行すると、下記エラーが表示されました。 --------------- Traceback (most recent call last): File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\web\api.py", line 446, in send_error data, 'text/html') File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\web\chrome.py", line 830, in render_template message = req.session.pop('chrome.%s.%d' % (type_, i)) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\web\api.py", line 216, in __getattr__ value = self.callbacks[name](self) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\web\main.py", line 306, in _get_session return Session(self.env, req) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\web\session.py", line 223, in __init__ self.promote_session(sid) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\web\session.py", line 282, in promote_session @self.env.with_transaction() File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\db\api.py", line 77, in transaction_wrapper fn(ldb) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\web\session.py", line 287, in update_session_id """, (sid, self.req.authname)) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\db\util.py", line 65, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\db\sqlite_backend.py", line 78, in execute result = PyFormatCursor.execute(self, *args) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\db\sqlite_backend.py", line 56, in execute args or []) File "C:\TracLight\python\lib\site-packages\trac-0.12.4.ja1-py2.6.egg\trac\db\sqlite_backend.py", line 48, in _rollback_on_error return function(self, *args, **kwargs) ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings. ----------------- 調査してみたら、Pythonで、 text_factory = str を設定したら良いとわかりましたが、設定方法が わかりません。 対話モードで設定したら良いのでしょうか? Pythonに関しては全然わからないのでどのように設定したら良いかがわかりません。 教えてください。 よろしくお願いします。
- ベストアンサー
- その他(プログラミング・開発)
- [svn+python]tracのinitenv中のsubversionエラー
自分のマシン(Mac OS 10.5.5)にtracを導入に挑戦してる途中でのエラーで困っています。 tracのインストールを終え、リポジトリ作成、作業コピー作成を終えた後にinitenvしました。 Prohect Name, Database connection string, Repository type, Path to Repositoryを入力してEnterを押すと、以下の様なエラーが出ます。 ...(略) WikiStart imported from /Library/Python/2.5/site-packages/Trac-0.11.1.ja2-py2.5.egg/trac/wiki/default-pages/WikiStart Initenv for '/[Projetを作ろうとしたディレクトリ]/ProjectName' failed. ("Expected FS format '2'; found format '3'", 160043) Traceback (most recent call last): File "/Library/Python/2.5/site-packages/Trac-0.11.1.ja2-py2.5.egg/trac/admin/console.py", line 586, in do_initenv repos = self.__env.get_repository() File "/Library/Python/2.5/site-packages/Trac-0.11.1.ja2-py2.5.egg/trac/env.py", line 270, in get_repository return RepositoryManager(self).get_repository(authname) File "/Library/Python/2.5/site-packages/Trac-0.11.1.ja2-py2.5.egg/trac/versioncontrol/api.py", line 157, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "/Library/Python/2.5/site-packages/Trac-0.11.1.ja2-py2.5.egg/trac/versioncontrol/svn_fs.py", line 280, in get_repository 'branches': self.branches}) File "/Library/Python/2.5/site-packages/Trac-0.11.1.ja2-py2.5.egg/trac/versioncontrol/svn_fs.py", line 401, in __init__ self.repos = repos.svn_repos_open(self.path, self.pool()) File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/libsvn/repos.py", line 47, in svn_repos_open return apply(_repos.svn_repos_open, args) SubversionException: ("Expected FS format '2'; found format '3'", 160043) 自分なりに調べ、「マシン内に複数バージョンのSubversionがあって、Pythonに通っているsvnへのパスがSubverion 1.5.xx。期待されていたのは1.4.xx」という風に認識しています。が、この先どうしたら良いかわからなくなってしまい、困ってしまいました。 質問は以下の3つ(4つ)です。 ■自分のマシンに入っているSubversionの一覧を知りたい ■Terminalで"which svn"と打つと、「/opt/local/bin/svn」と返ってきます。これが自分のマシン内に複数あるSubversionのどれを見に行っているのかを知りたい ■1.4.xxにパスを通したい or 1.5.xxを期待させたい (■その他上記エラーの解決策を知りたい) よろしくお願いします。
- 締切済み
- その他(ITシステム運用・管理)
- CentOSにてTracのインストール
CentOSにてTracのインストール CentOS(i386版)にてSubversion + Tracの環境を構築しようと思い、SubversionとTracのインストールを行っております。 日本語化Tracのインストールの際に python setup.py install と実行すると、 ImportError: No module named setuptools と表示されインストールすることができません。 調べてみたところ、あるサイトにて python が /usr/lib/svn-python に入っているモジュールを見つけられないため、それを回避するために /usr/lib/python2.3/site-packages/subversion.pth というファイルを作成して、以下の内容を記述します。 /usr/lib/svn-python とあったので、 上記の通りにやってみたのですが ImportError: No module named setuptools と表示され、インストールができません。 一体何が足りていないのでしょうか。 ご教授のほど、お願い致します。
- ベストアンサー
- ハードウェア・サーバー
- Trac lightning pluginが読み込めない
表題の件について質問です。 Trac lightningを自作pluginで拡張したいと思い、下記のサイト等を参考にし、実際に行いました。 TracLighting と Eclipse で始める、ゼロからの Trac プラグイン開発 URL http://d.hatena.ne.jp/kaorun55/20090923/1253678215 上記サイトは、「Hello World」を表示するpluginなのですが、ログを見ると下記のエラーが出て一向に上手くいきません。 Trac[loader] DEBUG: Loading helloworld from c:\traclight\python\lib\site-packages\trachellowworldplugin-1.1-py2.5.egg ERROR: Skipping "helloworld = helloworld": (can't import "ImportError: No module named helloworld") Trac lightningのブラウザにある、「管理」のツールから、pluginの.eggファイルを読み込もうとしても、すでにインストール済みだと表示されます。しかし、プラグイン一覧には表示されていません。 どなたか原因が分かる方いたら、ご回答お願いします。 補足として、デプロい手順は、下記手順で行いました。(参考サイトのデバック手順を行っても表示されなかったため) 1. cd /path/to/pluginsource 2・ python setup.py install 3. .eggファイルを tracプロジェクトのpluginにコピー
- 締切済み
- その他(プログラミング・開発)
- Pythonのバージョンアップについて
CentOS5.5にはPython2.4がデフォルトで入っているのですが、Python2.6でスクリプトを作成する必要がありバージョンアップをしているのですが、dbusモジュールのインポートができず行き詰っております。 具体的には、Python2.4とdbus-pythonがインストールされている状態で、下記のURLを参考にyumでPython2.6をインストールしました。 環境としては「/usr/bin/phthon2.4」と「/usr/bin/phthon2.6」が出来た状態です。 libは「「/usr/lib/phthon2.4」と「/usr/lib/phthon2.6」です。 dbus-pythonのインストール先は「/usr/lib64/python2.4/site-packages/dbus」になります。 Python2.4を環境で下記のインポートは問題ありません。 >>>import dbus しかし、Python2.6環境で同じコマンドを実行すると下記のようなエラーになります。 >>> import dbus Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named dbus dbusの再インストールはリスクが高いと思い、モジュールのパスを通してみたところ下記のようなエラーになりました。 >>> import sys >>> sys.path.append('/usr/lib64/python2.4/site-packages') >>> import dbus Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.4/site-packages/dbus/__init__.py", line 1, in <module> from _dbus import * File "/usr/lib64/python2.4/site-packages/dbus/_dbus.py", line 45, in <module> import dbus_bindings ImportError: /usr/lib64/python2.4/site-packages/dbus/dbus_bindings.so: undefined symbol: Py_InitModule4 rpmでモジュールインストール先の変更や、Python自体をソースからインストールなどしてみたのですが、全てうまく行かない状態です。 Pythonバージョンアップ前にインストールされているモジュールの使い方をご存知の方がおられましたら、宜しくお願いします。
- ベストアンサー
- Python
- tracのガントチャートのセットアップでエラー
CentOS5.2にtrac 0.11.5.ja1を入れており、このtracに ganttcalendarpluginというプラグインをインストールしようとしています。 上記プラグインをSourceForgeからダウンロードし、以下の手順で実行したところエラーになってセットアップができませんでした。 $ tar xvzf ganttcalendarplugin.tar.gz $ cd ganttcalendarplugin/trunk $ python setup.py bdist_egg エラーの内容 Traceback (most recent call last): File "setup.py", line 4, in ? from trac.util.dist import get_l10n_cmdclass ImportError: No module named dist pythonは2.4.3を使っています。 pythonは使ったことがないためまったく知識がなく、何が原因なのか検討がつきません。 どなたかこの症状の原因についてわかれば教えていただけないでしょうか
- 締切済み
- オープンソース
- 勉強でfedora11にtrac(日本語)をインストールしようと思いサ
勉強でfedora11にtrac(日本語)をインストールしようと思いサイトを参考にインストールを行っているのですがうまくいかずに投稿させていただきました。 実行したコマンド [root@***Trac-0.11.7.ja1]# python ./setup.py install running install error: invalid Python installation: unable to open /usr/lib/python2.6/config/Makefile (No such file or directory)になってインストールできません。 ファイルがないのかと思い確認しましたら、/usr/lib/python2.6配下のconfigファイルがありません・・・ 仕方がないのでアップデートを実行 [root@*** Trac-0.11.7.ja1]# yum update python これでいいですか? [y/N]y (1/2): python-2.6-12.fc11.i586.rpm (2/2): python-libs-2.6-12.fc11.i586.rpm /usr/lib/python2.6配下を確認。configファイルなし・・・・なぜないのでしょうか。。。 参考にしたサイト http://lightmaterial.blogspot.com/2007/04/trac_15.html http://d.hatena.ne.jp/kazf/20070401 http://d.hatena.ne.jp/solitary_shell/20070318/1174227697 OS fedora11 カーネル 2.6.29.4-167.fc11.i586 メモリ 512M プロセッサー Intell(R) Celeron(R) M 1.30GHz 利用可能ディスク容量 21G ご教授お願いします。
- ベストアンサー
- ハードウェア・サーバー
- pythonのimportについて
phthonの質問です. 「みんなのpython」という本で勉強中なのですが,turtle をimportしようとすると Tkinterがうまくconfigureされていないと出ているようなエラーが出ているのですがいまいち解決法がわかりません.PATHの問題かとも思い,いろいろいじったのですが… ちなみに開発環境はVMWareでUbuntuで行っています. 実行結果は以下のような感じです. >>> from turtle import * Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.5/lib-tk/turtle.py", line 18, in <module> import Tkinter File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 38, in <module> import _tkinter # If this fails your Python may not be configured for Tk ImportError: No module named _tkinter 以上よろしくお願い致します.
- 締切済み
- その他(プログラミング・開発)
- Mailmanインストールについて
CentOS5.5にMailman 2.1.14+j6をインストールしているのですが、以下の画面が表示されます。 # ./configure --prefix=/usr/local/mailman --with-python=/usr/local/python/bin/python --with-mail-gid=mailman --with-cgi-gid=apache # make # make install Compiling /usr/local/mailman/Mailman/versions.py ... ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/usr/local/python/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/python/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type %s' % name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/usr/local/python/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/python/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type %s' % name) ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "/usr/local/python/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/python/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type %s' % name) ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "/usr/local/python/lib/python2.7/hashlib.py", line 139, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/python/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type %s' % name) ValueError: unsupported hash type sha512 更新の必要はありません. 上記のメッセージは、エラーなんでしょうか? Mailmanを動作させると、特に問題なく動作しているように見えます。 また、pythonのインストールは、下記の様にしています。 # ./configure \ --prefix=/usr/local/Python-2.7.2 \ --disable-ipv6 # make # make install ネットで色々調べてたのですが、全くわかりませんでした。 勉強不足で申し訳ありませんが、教えて頂けたら幸いです。 よろしくお願いします。
- 締切済み
- Linux系OS
- Pythonを使ったwebアプリについて
開発環境はUbuntu12.04 Python2.7を使用しています 初歩的な質問ですが、 webサーバを作るときに simpleserver.py --------------------------------- import SimpleHTTPServer SimpleHTTPServer.test() --------------------------------- index.html -------------------------------------- <html> <head> </head> <body> <h1>Hello! Python!</h1> </body> </html> -------------------------------------- この2つを同ディレクトリに置いて $ python simpleserver.py と入力したところ、下のようなトレースバックが表示されました ------------------------------------------------------------------------------------------ Traceback (most recent call last): File "simpleserver.py", line 2, in <module> SimpleHTTPServer.test() File "/usr/lib/python2.7/SimpleHTTPServer.py", line 216, in test BaseHTTPServer.test(HandlerClass, ServerClass) File "/usr/lib/python2.7/BaseHTTPServer.py", line 595, in test httpd = ServerClass(server_address, HandlerClass) File "/usr/lib/python2.7/SocketServer.py", line 408, in __init__ self.server_bind() File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind SocketServer.TCPServer.server_bind(self) File "/usr/lib/python2.7/SocketServer.py", line 419, in server_bind self.socket.bind(self.server_address) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) socket.error: [Errno 98] Address already in use ------------------------------------------------------------------------------------------ 解決方法が分からないので教えていただけませんか?
- 締切済み
- その他(プログラミング・開発)
- Windows11 PC-N1555EKLでのDVDの再生方法について教えてください。
- ノートパソコンのWindows11 PC-N1555EKLでDVDを再生する方法を教えてください。
- DVDの再生方法について、Windows11 PC-N1555EKLの操作手順を教えてください。