*** buillicon has quit IRC | 00:18 | |
*** alexpilz has joined #zope | 00:41 | |
*** alexpilz1 has quit IRC | 00:44 | |
*** dayne has quit IRC | 00:50 | |
*** buillicon has joined #zope | 00:50 | |
*** dayne has joined #zope | 00:51 | |
*** do3cc has quit IRC | 00:53 | |
*** m8 has quit IRC | 01:05 | |
*** do3cc has joined #zope | 01:23 | |
*** do3cc has quit IRC | 01:27 | |
*** do3cc has joined #zope | 01:27 | |
*** dayne has quit IRC | 01:28 | |
*** buillicon has quit IRC | 01:28 | |
*** dayne has joined #zope | 01:28 | |
*** do3cc has quit IRC | 01:29 | |
*** dayne has quit IRC | 01:48 | |
*** ccomb has quit IRC | 01:49 | |
*** dayne has joined #zope | 01:50 | |
*** srichter has quit IRC | 02:08 | |
*** srichter has joined #zope | 02:18 | |
*** mr_jolly has quit IRC | 02:31 | |
*** dayne has quit IRC | 02:31 | |
*** _mup_ has quit IRC | 03:00 | |
*** _mup_ has joined #zope | 03:00 | |
*** zagy1 has joined #zope | 05:56 | |
*** zagy has quit IRC | 05:59 | |
*** Gautam has joined #zope | 07:11 | |
*** Gautam is now known as Guest98143 | 07:11 | |
*** dayne has joined #zope | 07:11 | |
*** patul has joined #zope | 07:12 | |
*** Rakshith has joined #zope | 07:16 | |
*** Arfrever has quit IRC | 07:24 | |
*** dayne has quit IRC | 07:27 | |
*** Sada has joined #zope | 07:42 | |
*** Dikeshwar has joined #zope | 07:43 | |
*** zagy1 has quit IRC | 07:58 | |
*** menesis has quit IRC | 08:23 | |
*** kiran has joined #zope | 08:24 | |
*** menesis has joined #zope | 08:37 | |
*** zagy has joined #zope | 08:40 | |
*** kiran has quit IRC | 08:42 | |
*** mr_jolly has joined #zope | 08:57 | |
*** tiwula has joined #zope | 08:59 | |
*** d2m has joined #zope | 09:05 | |
*** kiran has joined #zope | 09:16 | |
*** mr_jolly has quit IRC | 09:22 | |
*** alga has joined #zope | 09:31 | |
*** alexpilz has quit IRC | 09:31 | |
*** tiwula has quit IRC | 09:40 | |
*** bigkevmcd has joined #zope | 09:41 | |
*** digitalmortician has quit IRC | 09:49 | |
*** Dikeshwar has quit IRC | 09:49 | |
*** menesis has quit IRC | 09:50 | |
*** tisto has joined #zope | 09:50 | |
*** Sada has quit IRC | 09:58 | |
*** Sada has joined #zope | 09:59 | |
*** Bhavya_Ashwath has joined #zope | 09:59 | |
*** Dikeshwar has joined #zope | 10:00 | |
*** planetzopebot has quit IRC | 10:08 | |
*** planetzopebot has joined #zope | 10:08 | |
*** mr_jolly has joined #zope | 10:20 | |
*** __mac__ has joined #zope | 10:21 | |
*** __mac__ has quit IRC | 10:23 | |
*** __mac__ has joined #zope | 10:23 | |
*** __mac__1 has joined #zope | 10:35 | |
*** __mac__ has quit IRC | 10:37 | |
*** digitalmortician has joined #zope | 10:41 | |
*** alexpilz has joined #zope | 10:42 | |
*** Deichi has joined #zope | 10:44 | |
*** Wu has joined #zope | 10:45 | |
*** avoinea has joined #zope | 10:50 | |
*** MrTango has joined #zope | 10:53 | |
*** eperez has joined #zope | 10:53 | |
*** __mac__1 has quit IRC | 10:54 | |
*** __mac__ has joined #zope | 10:56 | |
*** d2m has quit IRC | 10:56 | |
*** thetet has joined #zope | 11:02 | |
*** RiverRat has joined #zope | 11:11 | |
*** River_Rat has quit IRC | 11:12 | |
*** ccomb has joined #zope | 11:13 | |
*** menesis has joined #zope | 11:18 | |
*** betabug-mb has joined #zope | 11:27 | |
*** do3cc has joined #zope | 11:31 | |
*** evilbungle has joined #zope | 11:39 | |
*** mitchell`off is now known as mitchell` | 11:45 | |
*** fredvd has joined #zope | 11:47 | |
*** Allmity has joined #zope | 12:01 | |
*** sunew has joined #zope | 12:08 | |
*** fredvd has quit IRC | 12:12 | |
*** TomBlockley has joined #zope | 12:23 | |
*** morphex has joined #zope | 12:43 | |
*** avoinea has quit IRC | 12:57 | |
*** avoinea has joined #zope | 12:57 | |
*** do3cc has quit IRC | 12:59 | |
*** saju_m has joined #zope | 13:03 | |
saju_m | form IPy import IP, IP('10.0.2.253/25') ----> giving ValueError: IP('10.0.2.253/25') has invalid prefix length (25) whats the issue here ???? | 13:03 |
---|---|---|
betabug-mb | what's IPy? | 13:04 |
*** teix has joined #zope | 13:04 | |
bigkevmcd | Python lib for handing IPs | 13:05 |
saju_m | https://github.com/haypo/python-ipy | 13:05 |
bigkevmcd | obviously not very well :-) | 13:05 |
betabug-mb | aha | 13:05 |
bigkevmcd | saju_m: It's not clear what it has to do with Zope tho' ? | 13:05 |
betabug-mb | yeah | 13:05 |
*** do3cc has joined #zope | 13:07 | |
bigkevmcd | amusingly, we are looking to do some subnet stuff in an app, and IPy would probably have been looked at, but not with bugs like that... | 13:07 |
betabug-mb | maybe when looking at the code it's not that bad? | 13:08 |
betabug-mb | in the past I've used a perl thingy for this kind of stuff | 13:09 |
bigkevmcd | betabug-mb: it's hard to see how you could introduce a bug like that, without trying very hard :-) | 13:12 |
betabug-mb | right | 13:12 |
*** TomBlockley has quit IRC | 13:21 | |
*** morphex has quit IRC | 13:21 | |
*** TomBlockley has joined #zope | 13:22 | |
*** betabug-mb has quit IRC | 13:22 | |
*** TomBlockley has quit IRC | 13:32 | |
*** TomBlockley has joined #zope | 13:33 | |
*** srichter has quit IRC | 13:33 | |
*** alexpilz has left #zope | 13:57 | |
*** fredvd has joined #zope | 14:06 | |
*** alexpilz has joined #zope | 14:09 | |
*** zenwryly has quit IRC | 14:48 | |
*** zenwryly has joined #zope | 14:49 | |
*** saju_m has quit IRC | 14:49 | |
*** Wu has quit IRC | 14:56 | |
*** tisto is now known as tisto|lunch | 15:04 | |
*** betabug-mb has joined #zope | 15:09 | |
*** do3cc has quit IRC | 15:49 | |
*** betabug-mb has quit IRC | 16:05 | |
*** ajkaanbal has joined #zope | 16:05 | |
Allmity | how python is different among those scripting language. | 16:07 |
*** eperez has quit IRC | 16:12 | |
*** srichter has joined #zope | 16:22 | |
*** ccomb has quit IRC | 16:36 | |
*** chaoflow has quit IRC | 16:38 | |
*** patul has quit IRC | 16:39 | |
*** chaoflow has joined #zope | 16:39 | |
kosh | hail freaks! | 16:40 |
kosh | Allmity: first tell us what a scripting language is vs a non-scripting language | 16:40 |
*** kiran has quit IRC | 16:41 | |
kosh | Allmity: the problem is that scripting language is not realy defined and the meaning seems to change with whoever asks the question | 16:41 |
*** Bhavya_Ashwath has quit IRC | 16:41 | |
kosh | like some consider java to be a non scripting language and consider python to be a scripting language even though both compile to bytecode and run in a vm | 16:41 |
*** Allmity has quit IRC | 16:43 | |
*** Allmity has joined #zope | 16:44 | |
*** do3cc has joined #zope | 16:45 | |
Allmity | kosh: i don't know much about python. | 16:45 |
kosh | python is mostly designed to be easy to write and easy to maintain | 16:46 |
kosh | so instead of using a lot of strange symbols it uses words and whitespace | 16:46 |
kosh | but I would not classify it as a scripting language | 16:47 |
kosh | it is used for engineering work, supercomputers, satellites, biology etc | 16:47 |
Allmity | let me know about python? how it works? | 16:47 |
kosh | not sure what you mean by how it works | 16:47 |
*** do3cc has left #zope | 16:47 | |
Allmity | python is new to me, even i don't know about python? | 16:50 |
Allmity | so let me know more about on it | 16:51 |
kosh | I don't understand how to answer your question for any language | 16:51 |
kosh | how would you tell someone how java works, or c, c++, c# etc | 16:51 |
Allmity | as of my knowledge java is programming language , used to build application | 16:52 |
chaoflow | Allmity: http://docs.python.org/tutorial/index.html | 16:52 |
kosh | you do that with all programming languages | 16:52 |
Allmity | yes ofcourse | 16:53 |
*** sunew has quit IRC | 16:53 | |
Allmity | but i'm bit confuse | 16:54 |
*** do3cc has joined #zope | 16:54 | |
*** ccomb has joined #zope | 16:57 | |
*** dayne has joined #zope | 16:58 | |
*** jayaraj has joined #zope | 16:58 | |
kosh | right now though I don't think anyone understands what you are asking | 16:59 |
Allmity | Thank you | 16:59 |
Allmity | thank you for those info regarding python | 17:00 |
*** Dikeshwar has quit IRC | 17:05 | |
*** Deichi has quit IRC | 17:07 | |
*** Rakshith has quit IRC | 17:14 | |
*** tisto|lunch is now known as tisto | 17:15 | |
*** Allmity has quit IRC | 17:17 | |
*** Sada has quit IRC | 17:18 | |
*** Guest98143 has quit IRC | 17:33 | |
*** dayne has quit IRC | 17:34 | |
*** zagy has quit IRC | 17:53 | |
*** do3cc has quit IRC | 17:53 | |
*** do3cc has joined #zope | 17:58 | |
*** thetet has quit IRC | 18:04 | |
*** do3cc has quit IRC | 18:07 | |
*** avoinea has quit IRC | 18:08 | |
*** alexpilz has left #zope | 18:31 | |
*** __mac__ has quit IRC | 18:39 | |
*** Wu has joined #zope | 18:40 | |
*** alexpilz has joined #zope | 18:47 | |
*** alexpilz has quit IRC | 18:51 | |
*** d2m has joined #zope | 18:58 | |
*** tisto has quit IRC | 19:21 | |
*** jayaraj has quit IRC | 19:25 | |
*** fredvd has quit IRC | 19:40 | |
*** MacMagnus has joined #zope | 19:41 | |
MacMagnus | can i install Zope 2.8.3-final in python 2.7.1? | 19:42 |
kosh | no | 19:43 |
kosh | you need zope 2.13 for python 2.7 | 19:44 |
MacMagnus | shoot | 19:45 |
MacMagnus | are there very large differences between zope 2.13 and 2.8? | 19:46 |
kosh | I would expect that a lot of stuff designed for 2.8 would not just automatically work in 2.13 without a few hours of porting things depending on how well you know zope | 19:46 |
MacMagnus | but the case is, i dont know anything about zope... i am just to learn the basic | 19:47 |
*** dayne has joined #zope | 19:48 | |
kosh | so it would take a lot longer then a few hours then | 19:48 |
kosh | why would you want to use 2.8 in the first place? do you have an existing app you are using? | 19:49 |
MacMagnus | hehe. | 19:49 |
MacMagnus | they use 2.8 on the place where i might get a job | 19:49 |
kosh | ouch | 19:49 |
kosh | that is ancient | 19:49 |
MacMagnus | they asked me to look into it | 19:49 |
MacMagnus | are there fundamental differences? | 19:51 |
MacMagnus | i use mac os x, so python 2.7 are build in | 19:51 |
kosh | the differences are not fundamental | 19:52 |
*** __mac__ has joined #zope | 19:52 | |
kosh | stuff from 10 years ago in zope 2.0 still mostly works in zope 2.13 | 19:52 |
kosh | it is just little details of things that are ported | 19:52 |
kosh | like some function names have changed, some functions take different args, you use a different version of python etc | 19:53 |
kosh | pretty much like any other software project | 19:53 |
MacMagnus | i guess i could install the newest then :) | 19:53 |
kosh | if you take a piece of software designed 5 years ago for java, ruby, perl etc and try to run it on the latest version that is extremely unlikely to work either | 19:53 |
kosh | zope 2.13 though is much faster then previous versions | 19:53 |
MacMagnus | :) | 19:55 |
MacMagnus | they said it would require a lot of work to update | 19:55 |
MacMagnus | their software, that is | 19:55 |
kosh | if that is true their software is pretty bad | 19:57 |
kosh | I have been writing zope apps for about 10 years and each version has only required a few hours to update except 2.9 or so because of some catalog security changes, that took a week or so | 19:57 |
*** menesis has quit IRC | 19:57 | |
MacMagnus | ok :) it might depends on how they have written things | 19:58 |
MacMagnus | but thanks, ill try the newest | 19:59 |
*** evilbungle has quit IRC | 20:00 | |
kosh | anybody can write software that is hard to fix later | 20:00 |
kosh | I have seen nasty stuff in lots of languages | 20:00 |
*** alga has quit IRC | 20:01 | |
MacMagnus | yeah, that is true | 20:02 |
*** __mac__ has quit IRC | 20:04 | |
*** srichter has quit IRC | 20:22 | |
*** srichter has joined #zope | 20:24 | |
*** f10w has quit IRC | 20:27 | |
*** Wu has quit IRC | 20:27 | |
*** Arfrever has joined #zope | 20:29 | |
*** TomBlockley has quit IRC | 20:30 | |
*** d2m has quit IRC | 20:30 | |
*** d2m has joined #zope | 20:40 | |
*** stephane has joined #zope | 20:57 | |
*** stephane is now known as Guest73562 | 20:57 | |
*** Guest73562 is now known as stephane____ | 21:03 | |
*** __mac__ has joined #zope | 21:08 | |
stephane____ | hello | 21:10 |
stephane____ | I sent a e-mail on the ZODB-dev mailing list and it does'nt appear in the archive | 21:10 |
kosh | maybe it takes a wihle to get into the archive | 21:10 |
kosh | I don't know | 21:10 |
stephane____ | I didn't receive an error message | 21:11 |
stephane____ | does it silently ignored because I didn't subscribe to the mailing list before? | 21:11 |
stephane____ | i sent it the 16th august | 21:12 |
kosh | I doubt the message was recieved at all if you are not subscribed | 21:15 |
*** d2m has quit IRC | 21:19 | |
*** RichardBarrell has joined #zope | 21:19 | |
*** ccomb has quit IRC | 21:23 | |
*** zagy has joined #zope | 21:28 | |
*** zagy1 has joined #zope | 21:31 | |
*** zagy has quit IRC | 21:31 | |
*** planetzopebot has quit IRC | 21:33 | |
*** MacMagnus has quit IRC | 21:35 | |
*** zagy has joined #zope | 21:36 | |
*** zagy1 has quit IRC | 21:36 | |
*** sunew has joined #zope | 21:39 | |
*** sunew has quit IRC | 21:40 | |
*** sunew has joined #zope | 21:42 | |
*** thetet has joined #zope | 21:51 | |
stephane____ | kosh: thanks. I will subscribe and resend it. | 21:54 |
*** __mac__ has quit IRC | 21:54 | |
*** dayne has quit IRC | 22:04 | |
*** zagy has quit IRC | 22:06 | |
*** teix has quit IRC | 22:26 | |
*** __mac__ has joined #zope | 22:29 | |
*** __mac__ has quit IRC | 23:08 | |
*** m8 has joined #zope | 23:11 | |
*** Arfrever has quit IRC | 23:40 | |
*** m8 has quit IRC | 23:41 | |
*** alga has joined #zope | 23:50 | |
*** stephane____ has quit IRC | 23:55 | |
*** sunew has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!