Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Mark Lawrence
On 29/12/2015 22:57, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 7:23:40 PM UTC, Mark Lawrence wrote: On 29/12/2015 17:27, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 5:15:24 PM UTC, Mark Lawrence wrote: On 29/12/2015 15:20, xeon Mailinglist wrote: On Tuesday, Decemb

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread xeon Mailinglist
On Tuesday, December 29, 2015 at 7:23:40 PM UTC, Mark Lawrence wrote: > On 29/12/2015 17:27, xeon Mailinglist wrote: > > On Tuesday, December 29, 2015 at 5:15:24 PM UTC, Mark Lawrence wrote: > >> On 29/12/2015 15:20, xeon Mailinglist wrote: > >>> On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xe

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Mark Lawrence
On 29/12/2015 17:27, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 5:15:24 PM UTC, Mark Lawrence wrote: On 29/12/2015 15:20, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist wrote: 1. How do I create a global variable that can be accessed by

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Peter Otten
xeon Mailinglist wrote: > No, I cannot get a simpler example. The simpler example works, and in my > code, it doesn't. Then you have to add/remove complexity until you find the problematic statements. > I thought that it was something related to the variable > `region`, but I declare it as glo

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread xeon Mailinglist
On Tuesday, December 29, 2015 at 5:38:17 PM UTC, xeon Mailinglist wrote: > On Tuesday, December 29, 2015 at 5:33:43 PM UTC, Peter Otten wrote: > > xeon Mailinglist wrote: > > > > > On Tuesday, December 29, 2015 at 4:18:10 PM UTC, Peter Otten wrote: > > >> xeon Mailinglist wrote: > > >> > > >> > O

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread xeon Mailinglist
On Tuesday, December 29, 2015 at 5:33:43 PM UTC, Peter Otten wrote: > xeon Mailinglist wrote: > > > On Tuesday, December 29, 2015 at 4:18:10 PM UTC, Peter Otten wrote: > >> xeon Mailinglist wrote: > >> > >> > On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist > >> > wrote: > >> >>

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Peter Otten
xeon Mailinglist wrote: > On Tuesday, December 29, 2015 at 4:18:10 PM UTC, Peter Otten wrote: >> xeon Mailinglist wrote: >> >> > On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist >> > wrote: >> >> 1. How do I create a global variable that can be accessed by all >> >> classes? >>

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread xeon Mailinglist
On Tuesday, December 29, 2015 at 5:15:24 PM UTC, Mark Lawrence wrote: > On 29/12/2015 15:20, xeon Mailinglist wrote: > > On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist wrote: > >> 1. How do I create a global variable that can be accessed by all classes? > >> > >> 2. I am using `

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread xeon Mailinglist
On Tuesday, December 29, 2015 at 5:15:24 PM UTC, Mark Lawrence wrote: > On 29/12/2015 15:20, xeon Mailinglist wrote: > > On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist wrote: > >> 1. How do I create a global variable that can be accessed by all classes? > >> > >> 2. I am using `

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread xeon Mailinglist
On Tuesday, December 29, 2015 at 4:18:10 PM UTC, Peter Otten wrote: > xeon Mailinglist wrote: > > > On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist wrote: > >> 1. How do I create a global variable that can be accessed by all classes? > >> > >> 2. I am using `dogpile.cache` to s

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Mark Lawrence
On 29/12/2015 15:20, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist wrote: 1. How do I create a global variable that can be accessed by all classes? 2. I am using `dogpile.cache` to store data in the cache [1], but if I set and get the same key from

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Peter Otten
xeon Mailinglist wrote: > On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist wrote: >> 1. How do I create a global variable that can be accessed by all classes? >> >> 2. I am using `dogpile.cache` to store data in the cache [1], but if I >> set and get the same key from different

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread xeon Mailinglist
On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist wrote: > 1. How do I create a global variable that can be accessed by all classes? > > 2. I am using `dogpile.cache` to store data in the cache [1], but if I set > and get the same key from different modules, I don't get the value

Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread xeon Mailinglist
1. How do I create a global variable that can be accessed by all classes? 2. I am using `dogpile.cache` to store data in the cache [1], but if I set and get the same key from different modules, I don't get the value. Here is an example in [2]. The value than I get is `NO_VALUE.NO_VALUE`. Why thi