Re: [Zim-wiki] Date/time issues

2013-04-26 Thread Charles Medcoff
Where does debugging output go? -Original Message- From: Zim-wiki [mailto:zim-wiki-bounces+cmedcoff=hotmail@lists.launchpad.net] On Behalf Of Jaap Karssenberg Sent: Thursday, April 25, 2013 2:47 PM To: Alexander Bryan Cc: Zim Subject: Re: [Zim-wiki] Date/time issues On Thu, Apr 25

Re: [Zim-wiki] Date/time issues

2013-04-26 Thread Jaap Karssenberg
On Fri, Apr 26, 2013 at 3:46 PM, Charles Medcoff cmedc...@hotmail.com wrote: Where does debugging output go? If you run from a terminal you should see it scroll by. -- Jaap ___ Mailing list: https://launchpad.net/~zim-wiki Post to :

Re: [Zim-wiki] Date/time issues

2013-04-26 Thread Alexander Bryan
Sorry if this is obvious I ran python2.6 ./zim.py -D from the directory containing zim.py in X11—not zim -D. My guess is Jaap setup an alias in his .bashrc such that zim = python2.6 ./zim.py or something like it. Alex On Fri, Apr 26, 2013 at 9:52 AM, Jaap Karssenberg

Re: [Zim-wiki] Date/time issues

2013-04-26 Thread Alexander Bryan
Ah... Thanks for clarifying. I get an error when running ./setup.py install: Traceback (most recent call last): File ./setup.py, line 22, in module from zim import __version__, __url__ File /Users/ambrya/source/zim-0.59/zim/__init__.py, line 115, in module import gobject On Fri,

Re: [Zim-wiki] Date/time issues

2013-04-25 Thread Jaap Karssenberg
On Thu, Apr 25, 2013 at 5:46 PM, Alexander Bryan amb...@umich.edu wrote: Hi I am a new Zim user and the calendar features are not working for me. Specifically... 1. When creating a new page, no date shows up after Created. 2. When opening up a new journal page, no dates appear—rather

Re: [Zim-wiki] Date/time issues

2013-04-25 Thread Alexander Bryan
Thanks for your response, Jaap. Yes, but the same issue occurs with daily pages only without the to. I don't think it's a bug with Zim, unless it's a compatibility issue with Macs. My suspicion is the problem lies in how I have installed python and/or Zim such that the strftime command in the

Re: [Zim-wiki] Date/time issues

2013-04-25 Thread Jaap Karssenberg
On Thu, Apr 25, 2013 at 8:37 PM, Alexander Bryan amb...@umich.edu wrote: Thanks for your response, Jaap. Yes, but the same issue occurs with daily pages only without the to. I don't think it's a bug with Zim, unless it's a compatibility issue with Macs. My suspicion is the problem lies in how I

Re: [Zim-wiki] Date/time issues

2013-04-25 Thread Alexander Bryan
Thanks Jaap. The command successfully printed out a date and time. However, is the calendar.py and datetimetz.py modules included in the Zim package different from the defaults in the python package? Should I be directing python to the Zim modules as opposed to the python defaults? If so, how? I

Re: [Zim-wiki] Date/time issues

2013-04-25 Thread Jaap Karssenberg
On Thu, Apr 25, 2013 at 9:28 PM, Alexander Bryan amb...@umich.edu wrote: 2. After creating a new page: ERROR: Error in strftime %A %d %B %Y Traceback (most recent call last): File /Users/ambrya/source/zim-0.59/zim/templates.py, line 742, in __call__ return

Re: [Zim-wiki] Date/time issues

2013-04-25 Thread Alexander Bryan
Genius! That did it. Running the command returned US-ASCII—not empty—but your change to line 742 did the trick. Thanks so much, Jaap! I will await the next release for when the === disappears from the top line in the weekly journal pages. Best, Alex On Thu, Apr 25, 2013 at 3:34 PM, Jaap