SinisterSoftware
SinisterSoftware
_config.pyのEijiroコマンドでinfo.argsがargsのみになっていてエラーとなります # -------------------------------------------------------------------- # "Eijiro" コマンド # 英辞郎 on the WEB で日本語/英語を相互に検索します def command_Eijiro(info): if len(args)>=1:
config.pyの記入ミスかとも思い、config.pyを無しにしてSubstコマンドを実行しても 'StartupInfo' object has no attribute 'copy' とエラーが出ます
pywebviewが動かないかなあと試してみたが、だめでした pythonnetあたりでエラーになるようです バージョンが合ってないのかなと
フォルダのブックマークはそのフォルダ内にジャンプしたい ``` def _bookmarkListCommon( self, local ): ... if os.path.isdir(fullpath): self.jumpLister(pane, cfiler_filelist.lister_Default(self, fullpath)) else: self.jumpLister( pane, cfiler_filelist.lister_Default(self,dirname), filename ) ```