<a href="https://github.com/statesofpop/django-cal">https://github.com/statesofpop/django-cal</a><br><br><div class="gmail_quote">On Sun, Dec 11, 2011 at 12:28 PM, Carl Karsten <span dir="ltr"><<a href="mailto:carl@personnelware.com">carl@personnelware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">installing dabo relied on apt-get install svn which failed due to also<br>
trying to install sphinx2-bin, which is no longer maintained, so not<br>
available for oneiric. This isn't a problem, other than I had to<br>
disable the audio unit test.<br>
<br>
I updated the import to take a URL as a command line parameter, so now<br>
this should work:<br>
<br>
veyepar)carl@dc10:~/veyepar/dj/scripts$ python addeps.py --client<br>
chipy --show dec2011<br>
<a href="http://veyepar.nextdayvideo.com:8080/main/C/chipy/S/dec_2011.json" target="_blank">http://veyepar.nextdayvideo.com:8080/main/C/chipy/S/dec_2011.json</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On Sat, Dec 10, 2011 at 6:59 PM, Carl Karsten <<a href="mailto:carl@personnelware.com">carl@personnelware.com</a>> wrote:<br>
> No module named dabo ... sounds like you didn't get dabo installed,<br>
> which is done here:<br>
><br>
> <a href="https://github.com/CarlFK/veyepar/blob/master/INSTALL.sh#L60" target="_blank">https://github.com/CarlFK/veyepar/blob/master/INSTALL.sh#L60</a><br>
><br>
> 60 # fix broken dabo installer<br>
> 61 # mv dabo/locale/ ./lib/python2.5/site-packages/dabo<br>
> 62 # mv ~/.virtualenvs/veyepar/dabo/locale/<br>
> ~/.virtualenvs/veyepar/lib/python2. 6/site-packages/dabo<br>
> 63 cd $(python -c "from distutils.sysconfig import get_python_lib;<br>
> print get_py thon_lib()")<br>
> 64 svn checkout <a href="http://svn.dabodev.com/dabo/trunk" target="_blank">http://svn.dabodev.com/dabo/trunk</a> dabo-svn<br>
> 65 ln -s dabo-svn/dabo<br>
> 66 cd -<br>
><br>
> Another thing I don't have time for is fixing dabo's setup.py to work with pip.<br>
><br>
> On Sat, Dec 10, 2011 at 4:59 PM, Brian Herman <<a href="mailto:brianherman@gmail.com">brianherman@gmail.com</a>> wrote:<br>
>> I tried to do a pull but when i ran the install script it did:<br>
>> Test_Episode.sh': No such file or directory<br>
>> + python run_tests.py --client test_client --show test_show<br>
>> test<br>
>> Traceback (most recent call last):<br>
>> File "run_tests.py", line 444, in <module><br>
>> main()<br>
>> File "run_tests.py", line 421, in main<br>
>> t.setup_test_data()<br>
>> File "run_tests.py", line 55, in setup_test_data<br>
>> from main.views import make_test_data, del_test_data<br>
>> File "../main/views.py", line 34, in <module><br>
>> from dabo.dReportWriter import dReportWriter<br>
>> ImportError: No module named dabo.dReportWriter<br>
>><br>
>><br>
>> On Sat, Dec 10, 2011 at 4:14 PM, Carl Karsten <<a href="mailto:carl@personnelware.com">carl@personnelware.com</a>><br>
>> wrote:<br>
>>><br>
>>> On Sat, Dec 10, 2011 at 3:57 PM, Joshua Herman <<a href="mailto:zitterbewegung@gmail.com">zitterbewegung@gmail.com</a>><br>
>>> wrote:<br>
>>> > A little bit of googling let me to this package. It generates iCal files<br>
>>> > using python. API seems straight forward.<br>
>>> > <a href="http://codespeak.net/icalendar/" target="_blank">http://codespeak.net/icalendar/</a><br>
>>><br>
>>> I eagerly await your pull request.<br>
>>><br>
>>> What other sort of response would you expect?<br>
>>><br>
>>><br>
>>> ><br>
>>> > On Dec 10, 2011, at 3:55 PM, Ross Heflin wrote:<br>
>>> ><br>
>>> > sorry Carl, last ical-generating lib I recall working with was a Java<br>
>>> > creature called (I believe) ical4j.... IIRC it was a pain in the arse.<br>
>>><br>
>>> Of course... it's Java.<br>
>>><br>
>>> What other sort of response would you expect?<br>
>>><br>
>>> ><br>
>>> > On Dec 10, 2011 12:15 PM, "Carl Karsten" <<a href="mailto:carl@personnelware.com">carl@personnelware.com</a>> wrote:<br>
>>> >><br>
>>> >> Mainly because we don't firm up the details until the last minute.<br>
>>> >> and once it is firm enough to put on the calendar, I am generally out<br>
>>> >> of time to deal with it. btw, it is just for meetings at ITA, right?<br>
>>> >><br>
>>> >> Some times I get our meetings posted to <a href="http://chicagotechcal.com" target="_blank">http://chicagotechcal.com</a> - it<br>
>>> >> would help if I could figure out how to put it in iCal format.<br>
>>> >> Anyone up on that? Here is the data I have to work with:<br>
>>> >><br>
>>> >> <a href="http://veyepar.nextdayvideo.com:8080/main/C/chipy/S/dec_2011.json" target="_blank">http://veyepar.nextdayvideo.com:8080/main/C/chipy/S/dec_2011.json</a><br>
>>> >><br>
>>> >> here is the code behind that:<br>
>>> >><br>
>>> >> <a href="https://github.com/CarlFK/veyepar/blob/master/dj/main/views.py#L153" target="_blank">https://github.com/CarlFK/veyepar/blob/master/dj/main/views.py#L153</a><br>
>>> >><br>
>>> >> should be simple, right?<br>
>>> >><br>
>>> >> On Sat, Dec 10, 2011 at 11:38 AM, Andrew Harrington <<a href="mailto:aharrin@luc.edu">aharrin@luc.edu</a>><br>
>>> >> wrote:<br>
>>> >> > Other local tech groups seem to put themselves on the events calendar<br>
>>> >> > for<br>
>>> >> > <a href="http://illinoistech.org" target="_blank">http://illinoistech.org</a><br>
>>> >> ><br>
>>> >> > I did not see chipy.<br>
>>> >> ><br>
>>> >> > --<br>
>>> >> > Dr. Andrew N. Harrington<br>
>>> >> > Computer Science Department<br>
>>> >> > Loyola University Chicago<br>
>>> >> > Lakeshore office in the Math Department: 205 Loyola Hall<br>
>>> >> > <a href="http://www.cs.luc.edu/%7Eanh" target="_blank">http://www.cs.luc.edu/~anh</a><br>
>>> >> > Phone: <a href="tel:773-915-7999" value="+17739157999">773-915-7999</a><br>
>>> >> > Fax: <a href="tel:312-915-7998" value="+13129157998">312-915-7998</a><br>
>>> >> > <a href="mailto:aharrin@luc.edu">aharrin@luc.edu</a><br>
>>> >> ><br>
>>> >> ><br>
>>> >> ><br>
>>> >> > _______________________________________________<br>
>>> >> > Chicago mailing list<br>
>>> >> > <a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
>>> >> > <a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
>>> >> ><br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >> --<br>
>>> >> Carl K<br>
>>> >> _______________________________________________<br>
>>> >> Chicago mailing list<br>
>>> >> <a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
>>> >> <a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
>>> ><br>
>>> > _______________________________________________<br>
>>> > Chicago mailing list<br>
>>> > <a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
>>> > <a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
>>> ><br>
>>> ><br>
>>> ><br>
>>> > _______________________________________________<br>
>>> > Chicago mailing list<br>
>>> > <a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
>>> > <a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
>>> ><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Carl K<br>
>>> _______________________________________________<br>
>>> Chicago mailing list<br>
>>> <a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
>>> <a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>><br>
>><br>
>> Arigatou gozaimasu,<br>
>> (Thank you very much)<br>
>> Brian Herman<br>
>><br>
>> <a href="http://brianjherman.com" target="_blank">brianjherman.com</a><br>
>> <a href="mailto:brianherman@acm.org">brianherman@acm.org</a><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Chicago mailing list<br>
>> <a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
>> <a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
>><br>
><br>
><br>
><br>
> --<br>
> Carl K<br>
<br>
<br>
<br>
--<br>
Carl K<br>
_______________________________________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div><br></div><div><br></div><div><font face="arial, sans-serif">Thanks,</font></div><div>Brian Herman<br><br><a href="http://brianjherman.com" target="_blank">brianjherman.com</a><br>
<br><br><br><br><br></div><br>